added switch from sha256/512 to argon2id to next urgent

This commit is contained in:
2026-01-28 16:16:53 -07:00
parent 57dde8a02b
commit b27213506d
2 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
# Notes
## Cryptographic Questions
- are any of the sha digests biased or biasable?
- if so, try scrypt or even argon2id?
- ~~are any of the sha digests biased or biasable?~~
- ~~if so, try scrypt or even argon2id?~~
- __switching to argon2id__
- are the passphrase or salt settings too high? are they diminishing returns or even counterproductive?
- if so, what are some more optimal settings?
## Implementation Questions