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: over 1 year 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™.
- Host: GitHub
- URL: https://github.com/liamja/brainscan
- Owner: liamja
- License: mit
- Created: 2013-08-16T11:46:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T19:14:08.000Z (over 12 years ago)
- Last Synced: 2025-01-06T14:44:55.526Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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