Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 627 Bytes

WARNING! Use at your own risk

Using CLI

$ npm install -g ripple-brainwallet

$ ripple-brainwallet encrypt shQWSd6rSGXeGxhrL2CS9VVAeTJrN

$ ripple-brainwallet decrypt "vain concern marry advice goose await stone upset prayer spoken large devil ocean forward bloom crush tightly sound"

Dependent

$ npm install ripple-brainwallet

var brainwallet = require('ripple-brainwallet');

// Encrypt

brainwallet.encrypt('shQWSd6rSGXeGxhrL2CS9VVAeTJrN');

// Decrypt

brainwallet.decrypt('vain concern marry advice goose await stone upset prayer spoken large devil ocean forward bloom crush tightly sound');