vkameswaran / word-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Code

Purpose

This program implements a keyword cipher, which encodes and decodes the plaintext using a user-specified keyword. To find out more about keyword ciphers, read the Wikipedia page.

Features

The user is asked whether they want to perform encryption or decryption. After the keyword is provided, and the output is produced, the option is given to copy it to the clipboard.

Requirements

In order to run properly, this program requires pyperclip

About


Languages

Language:Python 100.0%