This is a simple webpage built with react. With it you can encrypt or decrypt any text by passing it to input text field. Just don't forget to set password, it will serve as an encryption key.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need to use npm for installing Encryptor. I recommend installing it alongside with node.js:
It's a react app with a bunch of additional modules, but basically all you need to do is to run nmp istall script after clonning the project. Here are your steps (perform in your desired folder) :
git clone https://github.com/IsleBeeGun/encryptor.git
cd ./encryptor
npm install
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 build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- IsleBeeGun - Initial work - github
This project is licensed under the MIT License - see the LICENSE.md file for details