This project implements a simple encryption and decryption cipher in Python, as part of the FreeCodeCamp curriculum. It demonstrates string manipulation techniques and foundational programming skills, allowing users to easily encode and decode messages. The code is modular and beginner-friendly, making it a great exercise in understanding ciphers.
- Encryption & Decryption: Easily encrypt and decrypt messages using a Vigenère cipher.
- Modular Code: The code is organized into functions for easy understanding and modification.
- User-Friendly: Designed for beginners to learn about ciphers and string manipulation in Python.
To run this project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/ITZ-BURHAN-KHAN/FreeCodeCamp-Cipher-Project.git
- Navigate to the project directory:
cd FreeCodeCamp-Cipher-Project
- Run the script:
python encryption-decryption.py
You can view the code in the master branch here: View Code
- Thanks to FreeCodeCamp for the curriculum and guidance.
- Special thanks to the open-source community for their resources and inspiration.