This project was build as an assignment for CS495 Selected Topics-3 (Security). It was an opportunity to learn more about React and AntDesign. It contains the implemntation of the text cipher algorithm we learn about every week. So far the application contains (Caeser, Monoalphabetic)
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The app is ready to be deployed!
This web application is deployed on Github pages.
I encourage additions to my little project. As I'm still learning more and more about React.
Issues
> Decryption logic is not correct for the Caeser cipher.