diff --git a/Notes-Scratch-Prose.md b/Notes-Scratch-Prose.md index 1305a6a..c4cafb9 100644 --- a/Notes-Scratch-Prose.md +++ b/Notes-Scratch-Prose.md @@ -1,3 +1,14 @@ # 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 # Scratch \ No newline at end of file