OpenQuizz
Une application de gestion des contenus pédagogiques
|
Namespaces | |
flask_restful.utils.crypto | |
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' |