Skip to content

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.

Notifications You must be signed in to change notification settings

ITZ-BURHAN-KHAN/FreeCodeCamp-Cipher-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages