Technologies:
Notable features:
Description:
This website gives you a classic method for composing secret messages. It uses math logic like square matrices.
The user can enter a message with no spaces between the words. Maximum message length is 81 characters. A warning will be displayed if there is some wrong input.
Example - If we type: anabajric,
this will be the end result: abr nai ajc.
Problems and solutions:
The problem when building this project was making the form use algorithm for the matrix. But, after trying some examples, I managed to find a solution that worked for this project.