Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight Python CLI tool for secure folder encryption and decryption using AES-128 (Fernet). Simply place the script next to your target folder to protect your files with a unique security key.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages