Skip to content

This is my project of encrypting and decrypting Text using python program and it useful for local use .

License

Notifications You must be signed in to change notification settings

Devp31/Encrypting-Decrypting

Repository files navigation

Cryptography Tools (Caesar Cipher Demo)

Repository: crypto-tools-repo
Purpose: Educational repository demonstrating Caesar Cipher encryption & decryption with Python.

Features

  • Simple Caesar cipher implementation (encryptdecypt.py).
  • Interactive CLI for encrypting and decrypting text.
  • No third-party libraries required.

Files

  • encryptdecypt.py — main script for Caesar cipher encryption and decryption.
  • README.md — project overview and usage instructions.
  • requirements.txt — dependencies list.
  • LICENSE — MIT license.
  • .gitignore — standard Python ignores.
  • SECURITY.md — security notes and risks.
  • INSTALL.md — installation and usage guide.

Quick Start

  1. Install Python 3.8+
  2. Clone this repository or download the ZIP
  3. Run the script:
    python encryptdecypt.py
  4. Enter your text and choose Encrypt or Decrypt.

Example

Do you want to (E)ncrypt or (D)ecrypt? E
Enter the text: HELLO
Enter the key (integer): 3
Encrypted text: KHOOR

Security & usage (READ THIS)

This project is for educational purposes only. Caesar cipher is not secure and should not be used for real-world data protection.

License

MIT. See LICENSE file.


✨ If you'd like, I can help extend this repo to include:

  • Vigenère cipher, AES, or RSA demos
  • GUI interface (Tkinter or PyQt)
  • Unit tests and GitHub Actions CI

About

This is my project of encrypting and decrypting Text using python program and it useful for local use .

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages