feat(argon2id cost param): enable user to modify the cost param

feat(hint): embed argon2 custom param as hint
feat(aes): add AES-GCM as algo
fix(stdin/stdout): fixed STDIN/STDOUT issue
This commit is contained in:
2023-07-25 11:10:22 +10:00
parent 2508b4c822
commit 64e4ca400f
9 changed files with 395 additions and 124 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,5 @@
/.idea/
/simple-privacy-tool
/spt
/spt
/vendor
/test-payload*