π Encryptor - Data Encryption Tool
π Description I developed Encryptor as a Python-based tool to secure sensitive data using encryption techniques. This project focuses on protecting user information by converting plain text into encrypted data and allowing safe decryption when needed. The goal is to understand core cybersecurity concepts like encryption and data protection.
π Features I can encrypt user data π I can decrypt encrypted data π Ensures data is not stored in plain text Simple and secure CLI-based interface Supports secure key-based encryption
π οΈ Technologies Used Python cryptography library (Fernet) File Handling OS module
π Project Structure Encryptor/ βββ encryptor.py # Main program βββ data.txt # Encrypted data file βββ key.key # Encryption key
βοΈ Installation & Setup Install Python from official website
Install required library pip install cryptography
π₯οΈ Usage I run the program I choose an option: 1 β Encrypt Data 2 β Decrypt Data 3 β Exit I enter the text to encrypt/decrypt The tool processes and shows the result