A simple GUI based encryption and decryption software made with electronjs and React.
Use npm to install dependencies and build.
npm install
npm build
check the generated dist folder for the executables.
Use npm to install and and run a development server
npm install
npm start