Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decoder Ring

This project contains multiple different cipher programs, who's purpose is both encoding and decoding messages given a cipher key.

Caesar Cipher

This program works by entering a message and entering a shift value. The alphabet will shift to the right or left depending on if the shift was positive or negative.

Polybius Cipher

This program works by entering a message. The given message can either be encoded or decoded by assigning letters to a grid. By reading two digit numbers, this program is able to navigate to that grid space and extract the letters of that space.

Substitution Cipher

This program works by entering a message and a substitute alphabet. The given message can be either encoded or decoded using the given alphabet.

About

A series of programs that can encode and decode messages using Caesar Ciphers, Polybius Ciphers, and Substitution Ciphers.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages