frishkorn/knightMsg
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
VERSION
-------
v2.0
DESCRIPTION
-----------
This script will take user input, convert it to a Straddling Checkerboard cipher, and apply a user selected key to encrypt the message. To decrypt message just enter in message and key. The pencil and paper version uses # symbols to denote the start and end of a sequence of numbers. This script is also compatible with the pencil and paper version of the cipher.
EXAMPLES
--------
PLEASE ENTER MESSAGE: Hello
CIPHER: 2505282803
PLEASE ENTER THE KEY: 3828247373
MESSAGE: 5323429176
PLEASE ENTER MESSAGE: 5323429176
PLEASE ENTER THE KEY: 3828247373
FINAL MESSAGE: HELLO
CHANGELOG
--------
2017/11/10 - Version 2.0 released.