This is a web app that encrypts and decrypts messages that you input using different cipher techniques. It is built using SvelteKit.
The project is organized as follows:
src/routes
contains the main pages of the appsrc/routes/cipher/[route]
contains the pages for each route and the logic for each cipher is present in the src/lib/ciphers
directoryIf you find any issues with the app, please feel free to log them in the issues tab. When logging an issue, please provide a detailed description of the problem, including information about your setup. If possible, please provide a screenshot or code snippet to demonstrate the problem. Your help is much appreciated! 🙏
If you want to contribute to the codebase, please follow these steps:
npm install
to install the dependenciesnpm run dev
to start the development servernpm run build
to create a production version of your app