Giter Site home page Giter Site logo

patcito / mindwallet Goto Github PK

View Code? Open in Web Editor NEW
40.0 4.0 12.0 21.45 MB

mindwallet helps you create brain wallets with the strongest encryption algorithm in existence so that you don't need to spend money on expensive proprietary hardware wallets that require you to memorize a passphrase anyway.

Home Page: https://patcito.github.io/mindwallet

JavaScript 24.49% Shell 0.02% HTML 75.27% Go 0.22%
bitcoin bitcoin-wallet ethereum ethereum-wallet monero monero-wallet litecoin litecoin-wallet golang argon2

mindwallet's Introduction

MindWallet

MindWallet is a deterministic cryptocurrency address generator heavily based on MemWallet but using argon2 scrypt instead as hashing function, it's like WarpWallet, but it works for Ethereum, Litecoin, Monero and Bitcoin. You never need to save or store your private key anywhere. Just pick a really good password - many random words, for example - and never use it for anything else.

Given the same Passphrase and Salt, MindWallet will always generate the same address and private key, so you only need to remember your password to access your funds.

For more information on why this is safer than a regular brainwallet, see WarpWallet's help, MindWallet is a re-implementation of WarpWallet, but it works for other currencies thanks to MemWallet who makes up for most of the code. WarpWallet and MemWallet use the same algorithm, so WarpWallet and MemWallet will generate the same Bitcoin address for a given Passphrase and salt.

Another difference between MindWallet and MemWallet is that MindWallet makes use of a web worker to make it faster, this forces you to make use of a web server.

This repo contains an implementation of MindWallet in JavaScript and Go.

Instructions to run the html:

$ python -m SimpleHTTPServer

Then open your browser and go to http://localhost:8000

Instructions to run the go executable:

First install golang.

Second install go dep:

On Mac:

$ brew install dep

Anywhere else:

$ go get -u github.com/golang/dep/cmd/dep

Then run:

$ dep ensure

Now build the binary:

$ go build mindwallet.go

Run it like that:

$ ./mindwallet bitcoin my_password my_salt

You can add more memory cost at the end by adding one the following options: strong, very_strong or ridiculously_strong. These can take minutes to execute but as this is something you won't be re-uinsg a lot, it may not be a big deal.

Have fun!

mindwallet's People

Contributors

dvdbng avatar patcito avatar pradavc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mindwallet's Issues

make a single file html page of mindwallet

hi.
all the good brainwallet generator were always single-page html file files with no external loading scripts.
mindwallet includes a google script tag on top

and also loads the worker and argon2.js from an external file.
could you please integrate it so it is all one html file?

i tried, but i could not get the worker included in the html.
the argon2 js i was able to data uri base64

but i am a real idiot at javascript, so best would be if the pro does it right.

thanks a lot,
as i would like to save offline copy of mindwallet but not with a lot of files, it should be a single file which is easy to store and distribute.
thank

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.