Skip to content

Amras2322/PyCryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Keyword encryption/decryption script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages