Cipher Master is an application that takes as input a plain/ cipher text & a key, and outputs the encrypted/decrypted text. Also, it takes both plain & Cipher text as input and displays the key used for encrypting/decrypting. Definitely check this YouTube Playlist to know about the Usage.
Last year, I participated here. While solving their previous year questions, detection of key or encrypting or decrypting messages was a particular type of problem that was sometimes the initial part of some big problem. To gain mastery over it, I practiced using numerous resources. At times, I resorted to using online decrypting tools, but they proved to be unsatisfactory and unsophisticated. Thus, I decided to design my own encryption and decryption toolkit. It's working flawlessly and accurately decrypting the messages..
-CSS: Used for styling the application and creating an appealing visual interface.
-HTML: Used for structuring the page and organizing the different elements.
-JavaScript: Used for handling the encrypting- decrypting logic
This project is licensed under the MIT License.
Contributions to this project are highly welcomed! Let's collaborate and make this Cipher Master even better!