Implemented encryption on user level

This commit is contained in:
2022-12-09 17:32:02 +01:00
parent f5e290df65
commit 1017fa2257
4 changed files with 56 additions and 28 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
data/decrypted/splitted_password_files/*
data/decrypted/password_files/*
data/encrypted/splitted_password_files/*
data/decrypted/password_files/*
data/encrypted/password_files/*
__pycache__