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

Support key rotation

Open kumar303 opened this issue 9 years ago • 0 comments

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 that could loop through and update all fields with the new key. This might cause intermittent errors while the update is in progress so perhaps there is a better way to do it.

kumar303 avatar Oct 07 '15 23:10 kumar303