About
This application allows for the user to encrypt and decode messages uses three diffferent methods.
The functionality is built with vanilla Javascript, and was a great wasy to think through the logic of how I might create various algorithms.
I enjoyed the challege of this, and for each created a reference key to be used as each letter was processed using various Javascript filter functions, loops, and object/array manipulation.
- Created utilizing the test-driven development method.
- Technology: JavaScript ES6, HTML5, Node.js, Bootstrap, Mocha, Chai.
How to Use