SettingsΒΆ

INSTALLED_APPS = [
    ...
    'CryptographicFields',
]

ENCRYPTION_KEY

Default: None

When value is None a key will be derived from SECRET_KEY. Otherwise the value will be used for the key. While specifiing key make sure that it must contain 50 letters otherwise it will raiser an error CryptographicFields.utils.LengthError