Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 741 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 741 Bytes

nQcipher Community

What is it ?

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

Project setup

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Run the node server (currently needed for PGP)

node server/main.js

Contribute

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.