marioEzquerro / EzCypher

Simple Python app to encrypt/decrypt files in a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EzCypher

This app will encrypt all files contained in the specyfied directory using symetric encryption (Fernet), as a resut files will appear with a ".b64" extension after the original one. USE WITH CAUTION you may lose your files if you are not careful.

  • Version 1.0 Main functionality added, directory selection and action to be performed.

About

Simple Python app to encrypt/decrypt files in a directory

License:GNU General Public License v3.0


Languages

Language:Python 100.0%