Kryptor
  • Introduction
  • Features
  • FAQ
  • Installation
  • Usage
  • Tutorial
    • Running Kryptor
    • Specifying files
    • Entering a passphrase
    • Encrypting files for yourself
    • Encrypting files for others
    • Encryption options
    • Decrypting your files
    • Decrypting received files
    • Decryption options
    • Signing files
    • Signing options
    • Verifying signatures
    • Generating a new key pair
    • Key pair options
  • Specification
  • Known limitations
  • Changelog
  • Roadmap
Powered by GitBook
On this page
  • Overwriting unencrypted files
  • Encrypting file names
  1. Tutorial

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

Disk encryption should be used if you want to prevent unencrypted files being recovered.

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

Using this feature is not recommended if file names contain non-ASCII characters (e.g. non-English/accented characters).

Last updated 7 months ago