Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 491 Bytes

File metadata and controls

29 lines (14 loc) · 491 Bytes

Folder Encryptor

Simple folder encryption/decryption tool using AES (Fernet).

Setup

Place main.py next to the folder you want to encrypt.

├── main.py

└── [Target_Folder]/

Installation

pip install cryptography

Usage

  1. Run python main.py
  2. Option 1: Create top_secret.key
  3. Option 2: Enter folder name to Encrypt
  4. Option 3: Enter folder name to Decrypt

Note: Keep top_secret.key safe. Without it, you cannot recover your files.