Test the encryption and hash functions
Class definitions:
core.encryption.tests.
Encryption
Bases: django.test.testcases.TestCase
django.test.testcases.TestCase
Test cases definitions for the encryption functions
check_encryption
Check the AES256CBC encryption
check_hash
Check the hash/hmac functions
check_random
Check that the random functions can be called without exceptions
test_encryption_functions
Runs the checks