Examples (8)
Encrypt a file using a password (symmetric encryption)
sq encrypt --with-password --without-signature path/to/file --output path/to/file.pgpDecrypt a password-protected file
sq decrypt path/to/file.pgp --output path/to/fileInspect an OpenPGP file to see its metadata and structure
sq inspect path/to/file.pgpVerify a file with a detached signature and a certificate file
sq verify --signer-file path/to/signer.asc --signature-file path/to/file.sig path/to/fileVerify a file with an embedded (cleartext) signature and a certificate file
sq verify --signer-file path/to/signer.asc --cleartext path/to/fileGenerate own key, and save it on the local key store
sq key generate --own-key --name name --email [email protected]List all secret keys or certs managed by the local key store
sq key|cert listList current configuration and storage paths
sq config inspect pathsmade by @shridhargupta | data from tldr-pages