Skip to content

irfanbroo/Text_encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Text Encryptor

A simple text encryption and decryption tool built with Python.

Features

  • Encrypts text using a Caesar cipher with a custom shift value.
  • Decrypts text that has been encrypted using a Caesar cipher.
  • Provides a command-line interface for easy interaction.

Technologies Used

  • Python

Installation Instructions

  1. Clone the repository: git clone https://github.com/irfanbroo/Text_encryptor.git
  2. Run the application: python encryptor.py

Usage Examples

  • Encryption:
    • Run the script and choose the "Encrypt" option.
    • Enter the text you want to encrypt.
    • Enter the desired shift value for the Caesar cipher.
    • The encrypted text will be displayed.
  • Decryption:
    • Run the script and choose the "Decrypt" option.
    • Enter the text you want to decrypt.
    • Enter the shift value that was used for encryption.
    • The decrypted text will be displayed.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages