For the complete documentation index, see llms.txt. This page is also available as Markdown.

Encryption options

Overwriting unencrypted files

For each specified file, Kryptor will copy the encrypted file to the location of the unencrypted file before deleting the overwritten file, leaving just the encrypted file.

Here's an example:

$ kryptor -e -o file.txt

Encrypting file names

Kryptor will randomise the names of encrypted files, and the original name for each file will be restored automatically during decryption.

Here's an example:

$ kryptor -e -n file.txt

Last updated