Skip to content

A simple Python tool to encrypt and decrypt files securely using custom or built-in encryption algorithms.

Notifications You must be signed in to change notification settings

006-Ekta/file-encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” File Encryptor (Python Security Tool)

A simple yet powerful Python-based encryption tool that allows you to securely encrypt and decrypt files using custom or built-in algorithms. Ideal for anyone who wants to protect their personal or sensitive data.


πŸ“Œ Features

  • πŸ”’ Encrypt any type of file (text, image, PDF, etc.)
  • πŸ”“ Decrypt files using the same key
  • πŸ”‘ Custom password/key input
  • πŸ“ Support for large files
  • πŸ’» Command-line based interface (CLI)
  • πŸ” AES or custom encryption support (if used)

πŸš€ How to Use

πŸ” To Encrypt a File: python file_encryptor.py encrypt <path_to_file> <your_key>

πŸ”“ To Decrypt a File: python file_encryptor.py decrypt <path_to_encrypted_file> <your_key>


πŸ›‘οΈ Use Cases

  • Protect personal documents or code
  • Encrypt files before uploading to cloud
  • Share sensitive info with others securely

πŸ™‹β€β™€οΈ Author

Made with πŸ’™ by Ekta Deshmukh


βœ… What's Next?

If you tell me:

  • the exact features you included
  • whether it’s GUI-based or CLI
  • which encryption algorithm you used (like AES, XOR, etc.)

Then I can customize this README even more to match your exact code.

Want me to do that?


πŸ› οΈ Requirements

  • Python 3.6 or above
  • cryptography library (if used)

Install dependencies (if any):

pip install cryptography

---

About

A simple Python tool to encrypt and decrypt files securely using custom or built-in encryption algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published