Skip to content

Book cipher program that decodes or encodes a message based on the words in a book and their positions

Notifications You must be signed in to change notification settings

Trosper3/Book_Cipher_Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This program takes inspiration from book cipher code encoding and decoding. It can encode english messages into a series of positive numbers representing the position of the word in the book contained in "book.txt". It can also decode a series of positive numbers separated by spaces if the words are contained in "book.txt".

Operation:

  1. Either keep the provided book text or paste your own in "/bin/Debug/book.txt"

  2. Enter an english message or series of positive numbers into "/bin/Debug/clear.txt"

  3. Run the program

  4. If you entered a message into clear.txt, press the Encode button. If you entered a series of positive numbers into clear.txt, press the Decode button.

  5. Your input will display on the screen after all punctuation and extra space is removed and it is converted to all lowercase.

  6. The encoding or decoding output will display and will be printed to "/bin/Debug/output.txt"

By Michael Trosper

About

Book cipher program that decodes or encodes a message based on the words in a book and their positions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages