neulab / cmulab

CMU Linguistic Annotation Backend
14 stars 1 forks source link

Implement encryption of the DB #5

Closed neubig closed 4 months ago

neubig commented 5 years ago

This is somewhat lower priority for now, but it would also be nice to explicitly encrypt the information stored in the DB.

From @antonisa: https://pypi.org/project/pysqlcipher/ allows en/decryption of an sqlite and I think all the calls will remain the same. Will read more.