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

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
Flask_API==2.0
cryptography==2.8
Flask==1.1.2
secrets==1.0.2