Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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™.
- Host: GitHub
- URL: https://github.com/liamja/brainscan
- Owner: liamja
- License: mit
- Created: 2013-08-16T11:46:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T19:14:08.000Z (about 11 years ago)
- Last Synced: 2024-11-10T04:17:54.647Z (about 2 months 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