Skip to content

Safowaa/Python_Encryption_Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Encryption and Decryption

A basic Python project that can encrypt and decrypt messages. This tool provides simple yet effective text encryption and decryption capabilities using the Caesar cipher method.

Features

  • Encrypt messages: Shifts the letters in your message by a defined number to encrypt it.
  • Decrypt messages: Reverses the shift to return the original message.

How It Works

  1. Choose an Option: You can choose to encrypt or decrypt a message.
  2. Input Your Message: Enter the text you want to encrypt or decrypt.
  3. Get Your Result: The encrypted or decrypted message will be displayed.

Example of Use

Encryption Example Decryption Example

Code Snippets

def encrypt_message(original_message, shift): # encryption logic here return encrypted_message

def decrypt_message(encrypted_message, shift): # decryption logic here return decrypted_message

Getting Started

To start using the encryption and decryption functions, follow the instructions below:

  1. Download the code.
  2. Run the program.
  3. Follow the on-screen instructions to encrypt or decrypt messages.

Feedback

I appreciate your feedback! Please report any issues or suggestions to help me improve.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to AzubiAfrica for equipping me with such skills.

About

A basic Python project that can encrypt and decrypt messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published