Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liamja/brainscan

Brainscan is a proof-of-concept tool to demonstrate how using weak passphrases when creating bitcoin brain wallets can be a Very Bad Idea™.
https://github.com/liamja/brainscan

Last synced: about 8 hours ago
JSON representation

Brainscan is a proof-of-concept tool to demonstrate how using weak passphrases when creating bitcoin brain wallets can be a Very Bad Idea™.

Awesome Lists containing this project

README

        

Brainscan
=========

Brainscan is a proof-of-concept tool to demonstrate how using weak passphrases
when creating bitcoin brain wallets can be a Very Bad Idea™.

Uses code from [Braimey][], which in turn is
adapted from code contained in [PyWallet][].

Installation
------------

Add this line to your application's Gemfile:

gem 'brainscan'

And then execute:

$ bundle

Or install it yourself as:

$ gem install brainscan

Usage
-----

TODO: Write usage instructions here

Contributing
------------

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

[Braimey]: https://github.com/staii/braimey
[PyWallet]: https://github.com/joric/pywallet