A Electron version of the original Cryptography App by Spencer Kotys
It uses the Electron software framework
In order to run Node.js and npm must be installed
After cloning to install dependencies do the following
npm init -y
npm i --save-dev electron
To run the app type
npm start
To build a package type
npm run make
For more detailed instructions follow the Electron quick start guide.