Skip to content

A Python mass folder and file encryptor to enhance privacy. Powered by tkinter and frozen with pyinstaller.

Notifications You must be signed in to change notification settings

DRVR1/FileCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python mass folder and file encryptor to enhance privacy. Powered by tkinter and frozen with pyinstaller.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages