sum silly shitty

This commit is contained in:
2026-05-23 10:52:04 -06:00
parent 67ddff8c64
commit a45bd78978
2 changed files with 94 additions and 2 deletions
+24 -2
View File
@@ -28,14 +28,36 @@ todo
7. sha256 mode with independant passphrase(?)
8. encrypt archive option
1. inner
1. goes first
2. gets passphrase
2. tests passphrase
3. generates txt file backup
4. then tests with passphrase
2. outer
9. random data optional
1. x now only takes up 2Kb!
1. goes second
2. gets passphrase
3. tests passphrase
4. generates txt file backup
5. then tests with passphrase
9. random data optional
1. `read -n 1 -s -r -p "In another terminal/window, fill $inner_dir with whatever you please then press any key to continue..."`
2. x now only takes up 2Kb!
3. only use 128 bytes (1024 bits) x 2
1. `openssl rand -out "$out_dir/.$RANDOM" 128`
2. `openssl rand -out "$inner_dir/.$RANDOM" 128`
3. `find "$out_dir" -type f -name ".*" -exec chown $USER:$USER "{}" \;`
4. `find "$out_dir" -type f -name ".*" -exec chmod 600 "{}" \;`
10. writeup in this README
11. usage in this README
12. specification definition
1. Specification.md
13. FileMap.md
14. function: passphrase checkin
1. match
2. pass cracklib-check
3. =>35 chars long
4. pass call to haveibeenpwned.com api
15. exit trap with cleanup
## Changelog
- reduced random data to 2x 10Kb