Skip to content

Yashada603/EncuryptionProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

EncuryptionProject

πŸ” 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

▢️ How to Run python encryptor.py

πŸ–₯️ 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

About

I developed an Encryption project using Python to secure sensitive data using cryptographic techniques. It encrypts and decrypts user input to prevent unauthorized access. This project improved my understanding of data security, encryption methods, and secure information handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages