/ThatsPrivate

A simple electron app to experiment the use of different encryption libraries (PoC). The app will be a password protected safe

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

SmallEncrypter

This a PoC to test the use of different encryption libraries

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/Nyckel/SmallEncrypter
# Go into the repository
cd SmallEncrypter
# Install dependencies
npm install
# Run the app
npm start