Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 954 Bytes

FileCrypt

Features:

  • Asymmetric encryption

  • Generate RSA key pair and encrypt(AES) private key with a password

  • Encrypt/Decrypt files recursively

  • Beacuse of the asymmetric encryption nature, you can encrypt files safely in other places, without the need of carrying your private key with you

How to encrypt

  • Generate a key pair

  • Select Encrypt/Decrypt

  • Select files or folders

  • When you are ready click encrypt and you will be asked for the previously generated public key.

  • Click encrypt again

How to decrypt

  • Select Encrypt/Decrypt

  • Select encrypted files or folders (.ffe files)

  • When you are ready click decrypt and you will be asked for the previously generated private key, and a password if the key was encrypted.

  • Click decrypt again

Captura1 Captura2