cryptopgraphic and implementation questions added to notes

This commit is contained in:
2026-01-28 15:59:33 -07:00
parent bb5f0622d3
commit 57dde8a02b
+11
View File
@@ -1,3 +1,14 @@
# Notes # Notes
## Cryptographic Questions
- are any of the sha digests biased or biasable?
- if so, try scrypt or even 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
- is a shell script even possibly gonna be ok as even a poc?
- python maybe?
- are there errent tmp files?
- are there errent memory leaks?
- are there any secrets leaks?
# Prose # Prose
# Scratch # Scratch