This commit is contained in:
2026-05-23 09:32:02 -06:00
parent 1467b0aebe
commit b0292f6726
2 changed files with 11 additions and 10 deletions
+6 -5
View File
@@ -1,12 +1,13 @@
# Verifiably, Attributably Secure Archives # Verifiably, Attributably Secure Archives
verifuably, durably, and attributing information as anonymously as desired verifuably, durably, and attributing information as anonymously as desired
## Scripts ## Scripts (Linux Only)
- [verify-everything.sh](./verify-everything.sh) verifies the integrity of the data - [verify-everything.sh](./verify-everything.sh) verifies the integrity of the data
- [test_validate_passphrase.sh](./test_validate_passphrase.sh) - [test_validate_passphrase.sh](./test_validate_passphrase.sh)
## Files ## Files
- README.md - README.md : this file
- checksums.sha512 - checksums.sha512 : sha512 checksums of all the files in the outer archive (here)
- attribution-checksum.sha512 - attribution-checksum.sha512 : sha512 checksum of a passphrase+contents.7z to test for attribution by passphrase
- - anonymous_signer : holds ed25519 public key and name (anonymous)
- contents.7z.sig : ed25519 signature file of contents.7z
+5 -5
View File
@@ -19,18 +19,18 @@ todo
todo todo
## todo ## todo
1. validate attribution thing 1. x validate attribution thing
2. clean up output 2. ? clean up output
3. sanity checks 3. x sanity checks
4. this README.md 4. this README.md
5. the README-instructions.txt and placedment for archive 5. x the README-instructions.txt and placedment for archive
6. passphrase strength/length checks 6. passphrase strength/length checks
7. sha256 mode with independant passphrase(?) 7. sha256 mode with independant passphrase(?)
8. encrypt archive option 8. encrypt archive option
1. inner 1. inner
2. outer 2. outer
9. random data optional 9. random data optional
1. now only takes up 20Kb! 1. x now only takes up 2Kb!
10. writeup in this README 10. writeup in this README
11. usage in this README 11. usage in this README
12. specification definition 12. specification definition