/decipher

Uses your private key to decrypt messages encrypted with the corresponding public key

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Decipher

Uses your private key to decrypt a message that was encrypted using your public key

Binaries

The latest binaries can be found here: https://github.com/bbushvt/decipher/releases

Build process

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build