Tengo un script que básicamente necesita hacer lo siguiente:
#!/bin/bash
GPG_PUBLIC_KEY=<<EOF
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.12 (GNU/Linux)
...
-----END PGP PUBLIC KEY BLOCK-----
EOF
gpg --encrypt --with-public-key "$GPG_PUBLIC_KEY" myfile.txt
¿Hay alguna manera de hacer esto sin importar primero la clave GPG al llavero?
Relacionado: stackoverflow.com/questions/9073288/… , lists.gnupg.org/pipermail/gnupg-users/2004-October/023409.html
—
Ciro Santilli 冠状 病毒 审查 六四 事件 法轮功