A Streamlit-based application for secure encryption and decryption of text and files using symmetric encryption (Fernet).
- Encrypt/Decrypt Text
- Encrypt/Decrypt Files
- Generate QR Codes for encrypted text
- Logs all actions with timestamps
- Clean UI using Streamlit
pip install -r requirements.txt
streamlit run app.py
## GIT CLONE
git init
git add .
git commit -m "Initial commit - Secure-Encryption-and-decryption-System"
git remote add origin https://github.com/username/Secure-Encryption-and-decryption-System
git branch -M main
git push -u origin main