nQCipher is an Electron & Node JS crossplatform application.
Features:
-
Encode & decode a sting with AES-256-CTR algorithm
-
Encode & decode PGP (Pretty Good Privacy)
-
Generate Public & Private PGP keys
-
Stick to screen mode
npm install
npm run electron:serve
npm run electron:build
node server/main.js
If you want to contribute, create a branch from develop
and create a new pull request.
Everything needs to be unit or e2e tested before merging into develop.