New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for postgres raw encryption functions. #402

Closed
wants to merge 2 commits into
base: master
from

Conversation

Projects
None yet
2 participants
@stas

stas commented Jul 23, 2014

This introduces a new field type for playhouse.postgres_ext to handle encrypted columns.

This should work with AES and Blowfish algorithms. The encryption is handled by the pgcrypto module.

Although this works, this is not very optimized. See #401
I opened this PR mostly because I'm interested in having encryption support in peewee.
Although this is pretty raw, I hope to get some feedback and other people review and play with this.

Thanks a lot for all the work on peewee!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment