encryptionΒΆ

The encryption package contains functions for encryption, hashing and getting randomized values.

It makes use of the pycrypto library which needs to be in the requirements.txt.

The symmetric module contains wrapper functions for easy (symmetric) encryption and decryption. It uses AES_256_CBC by default which is included into the AES module.

Modules: