Tutorial
Some common example commands are listed below. For step-by-step instructions, advice/warnings, and additional functionality, please see the different sections.
tldr
Encrypt a file/directory with a passphrase:
Decrypt an encrypted file with a passphrase:
Generate a new key pair (stored in
~/.kryptor
) for encryption or signing:
Encrypt a file/directory to one or more recipient public keys:
Decrypt a file sent to your public key using your default private key and the sender's public key:
Sign a file with your default private key:
Verify a signature using someone's public key:
Last updated