added encryption to uploadkeys and added a key generator

This commit is contained in:
ItHertzSoGood
2020-08-31 17:12:39 -07:00
parent 4b624f3fed
commit 3d1304b3b0
7 changed files with 106 additions and 14 deletions

View File

@ -5,3 +5,4 @@ SAVELOG = "savelog.log"
SAVELOG_CHMOD = 0o644
UPLOADKEYS_CHMOD = 0o600
SAVELOG_KEYPREFIX = 4
ENCKEY_PATH = "secret.key"