Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.38 KB

FreeCodeCamp-Cipher-Project

Overview

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.

Features

  • 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.

Getting Started

To run this project on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ITZ-BURHAN-KHAN/FreeCodeCamp-Cipher-Project.git
  2. Navigate to the project directory:
    cd FreeCodeCamp-Cipher-Project
  3. Run the script:
    python encryption-decryption.py

Access the Code

You can view the code in the master branch here: View Code

Acknowledgements

  • Thanks to FreeCodeCamp for the curriculum and guidance.
  • Special thanks to the open-source community for their resources and inspiration.