Skip to content

anypath/ripple-brainwallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%