OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | pad (data) |
def | strip (data) |
def | create_cipher (key, seed) |
def | encrypt (plaintext_data, key, seed) |
def | decrypt (encrypted_data, key, seed) |
Variables | |
int | BLOCK_SIZE = 16 |
string | INTERRUPT = b'\0' |
string | PADDING = b'\1' |
def flask_restful.utils.crypto.create_cipher | ( | key, | |
seed | |||
) |
def flask_restful.utils.crypto.decrypt | ( | encrypted_data, | |
key, | |||
seed | |||
) |
def flask_restful.utils.crypto.encrypt | ( | plaintext_data, | |
key, | |||
seed | |||
) |
def flask_restful.utils.crypto.pad | ( | data | ) |
def flask_restful.utils.crypto.strip | ( | data | ) |
int BLOCK_SIZE = 16 |
string INTERRUPT = b'\0' |
string PADDING = b'\1' |