defrex / django-encrypted-fields

This is a collection of Django Model Field classes that are encrypted using Keyczar.
MIT License
193 stars 60 forks source link

Python 3 Support #27

Closed defrex closed 1 year ago

defrex commented 7 years ago

Note: This is blocked upstream google/keyczar#201

ACPK commented 6 years ago

What's the status of implementing this?

defrex commented 6 years ago

To be honest I've stopped working on the project that was using this library, and I haven't found a ton of time for it. However, I'm still happy to accept PRs, or potentially add new contributors.

That said, last I checked keyczar didn't have Python3 support. And at least the ticket I linked to here remains unresolved.