Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.02 KB

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)

Scripts

In the project directory, you can run:

npm start

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.

npm run build

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!

Deployment

This web application is deployed on Github pages.

Contribuitions

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.