sprout90 / Decoder-Ring

Cypher application that will support encoding/decoding using Caesar, Polybus Square and Substition techniques

Home Page:https://sprout90.github.io/Decoder-Ring/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoder-Ring

What is it?

Cypher application that will support encoding/decoding using Caesar, Polybius Square and Substition techniques. This is my favorite assignment so far. My 1st extra credit coding assignment in High School was to develop a cypher (code and decode) algorithm in Pascal. I really enjoy coding cypher alghorithms, and this app has 3. Woot!! 😃

Why?

The focus of this assignment was to demonstrate wide profiency across all JavaScript capabilities developed thus far into the program (and then some) in additon to unit tests.

My Focus

My focus as a student has been purely on the JavaScript in the src folder in addition to unit tests in the test folder. The HTML and CSS were developed by THINKFUL.

Bonus

I also added some techniques not covered such as while loops, and regex functions. It just seemed natural, and the solution called for it. 🙂

Where Can I See It?

To view the page, please click this Decoder Ring link.

About

Cypher application that will support encoding/decoding using Caesar, Polybus Square and Substition techniques

https://sprout90.github.io/Decoder-Ring/


Languages

Language:JavaScript 76.0%Language:HTML 24.0%