sqlcipher - Integrate Djpeewee into Django to encrypt sqlite3 database -
i encrypt sqlite3 database used django project. purpose use pysqlcipher.
since haven't found ways integrate pysqlcipher django started wondering if possible integrate djpeewee existing django project , through djpeewee encrypt , decrypt sqlite3 database since peewee supports sqlcipher encryptions.
is possible?
since haven't found way decided not encrypt whole database (using pysqlcipher) instead encrypted single fields in database using django-fernet-fields.
as result 1 can still open database , see structure , tables, individual entries , encrypted. enough required level of security. on top django-fernet-fields easy use!
maybe might consider same project if pysqlcipher not work?
Comments
Post a Comment