Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded support for postgres raw encryption functions. #402
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stas commentedJul 23, 2014
This introduces a new field type for
playhouse.postgres_extto 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!