za-glaph-vault / README.md
Kukedlc's picture
docs: README en ingles
7678bde verified
|
Raw
History Blame Contribute Delete
760 Bytes
metadata
license: cc-by-nc-sa-4.0
language:
  - es
tags:
  - private-vault
  - encrypted
  - gpg
  - aes-256

za-glaph-vault

Symmetric AES-256-CFB encrypted bundle (cycle Σ-7). Single payload file:

Σ-7.tar.gz.gpg     OpenPGP symmetric, AES-256-CFB, gzip-deflated tar inside

Access requires the GPG passphrase held off-repo. No keypair is needed.

To open (passphrase asked interactively):

gpg --output Σ-7.tar.gz --decrypt Σ-7.tar.gz.gpg
tar -xzf Σ-7.tar.gz

Or in one streaming pipe (no intermediate file on disk):

gpg -d Σ-7.tar.gz.gpg | tar -xz

The bundle is published openly because its contents are inaccessible without the passphrase. Repository contents are not for redistribution.