Add encryption module

This commit is contained in:
Chris Proctor
2024-05-18 16:09:35 -04:00
parent 533e52f90e
commit 9cfb19e2b4
6 changed files with 505 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
**/__pycache__/*
server/app/migrations
server/database.sqlite