django-encrypted-fields
django-encrypted-fields copied to clipboard
This is a collection of Django Model Field classes that are encrypted using Keyczar.
I get the error: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t "Generating private key sets...")? When I run: "keyczart create --location=fieldkeys --purpose=crypt"
from_db_value() "context" param generates a deprecation warning in Django 2.2 - should be **kwargs
File "/usr/local/lib/python3.6/site-packages/encrypted_fields/fields.py", line 163, in to_python if value is None or not isinstance(value, types.StringTypes): AttributeError: module 'types' has no attribute 'StringTypes'
This builds off of the previous WIP for Python 3 and uses a version of python-keyczar which supports Python 3. Everything seems to work correctly on Python 3.5 and Django...
Hello, you mentioned in #27 that you stopped working on this project. Would you mind to write a hint in the readme that this project is currently not maintained? I...
I think it would be nice for ease-of-use to have a key available as a settings-variable. Maybe the `SECRET_KEY` could be the default encrypter, but you could also have an...
I am getting the following error when trying to do a create ``` [Wed Aug 24 16:18:39 2016] [error] File "/home/vagrant/.virtualenvs/turktools/lib/python3.4/site-packages/encrypted_fields/fields.py", line 163, in to_python [Wed Aug 24 16:18:39 2016]...