Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 645 Bytes

Keyword Cipher Decoder

This Python program decodes a string using a classical keyword cipher technique. It takes a keyword and a ciphered text as input and outputs the original message.

Features

  • Decodes a message using a keyword-based classical cipher.
  • Removes duplicate letters from the keyword.
  • Handles spaces in the ciphered text.

Requirements

  • Python 3.x

Usage

  1. Clone the repository:

    git clone https://github.com/yourusername/classical-cipher-decoder.git
    cd classical-cipher-decoder
  2. Run main.py to get started!

TODO

  • Add special character handling
  • Add support for other ciphers