项目作者: diegogurpegui

项目描述 :
Simple encryption/decryption tool for notes
高级语言: HTML
项目地址: git://github.com/diegogurpegui/cryptonotes.git
创建时间: 2018-03-11T21:21:57Z
项目社区:https://github.com/diegogurpegui/cryptonotes

开源协议:

下载


CryptoNotes

This is meant to be a super simple tool for encrypting and decrypting personal private notes.

CLI (Command Line Interface)

The CLI is used through the cli.js file.
The CLI has no external reference to increase security.

Using CLI

Here are the different commands

  1. $ node cli encrypt <content> [encoding]
  1. $ node cli decrypt <content> [encoding] [outputEncoding]

The possible encodings are:

  • hex for hexadecimal
  • base64 for Base64

Web tool

The web tool is a user friendly version.
For the moment, it is located under https://diegogurpegui.com/cryptonotes/
(WARNING: even if the encryption functions are able to run offline, the site uses 3rd party library in order to create a more rich user experience)