django-aesfield icon indicating copy to clipboard operation
django-aesfield copied to clipboard

Results 5 django-aesfield issues
Sort by recently updated
recently updated
newest added

Hey I am using a similar code for a custom field and wondering if you had the issue with `AttributeError: 'memoryview' object has no attribute 'startswith'` The problem is with...

When running `generate_aes_keys` an exception is thrown. This is after the key is successfully generated, so doesn't substantially impact functionality. Here's the full traceback: > ./manage.py generate_aes_keys Traceback (most recent...

Using python 3.4 and django 1.11 I get the following when I try to generate a key: ``` File ".../aesfield/management/commands/generate_aes_keys.py", line 16, in generate_key return os.urandom(byte_length).encode('hex') AttributeError: 'bytes' object has...

Unless it's not documented, there is no way to rotate AES keys in production while maintaining historic data integrity. We would probably need something like `manage.py rotate_aes_keys --key_name=... --old-key-file=...` and...

you should able to set key as string and not file, or at least if it was null, use the SECRET_KEY