13 lines
645 B
Plaintext
13 lines
645 B
Plaintext
# Verifiably, Attributably Secure Archives
|
|
verifuably, durably, and attributing information as anonymously as desired
|
|
|
|
## Scripts (Linux Only)
|
|
- [verify-everything.sh](./verify-everything.sh) verifies the integrity of the data
|
|
- [test_validate_passphrase.sh](./test_validate_passphrase.sh)
|
|
|
|
## Files
|
|
- README.md : this file
|
|
- checksums.sha512 : sha512 checksums of all the files in the outer archive (here)
|
|
- 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 |