glyphLock CE is a simple cipher program that takes a user’s input and scrambles it using a cipher key to generate encrypted strings of text.
- Algorithm that parses the ascii range of 32 through 126
- Supports user-defined cipher keys (editable in the program backend)
- Prints encrypted strings onto a chrome page
- Project evolved from a C/C++ program to a Chrome Extension changing languges.