https://github.com/coreyphillips/bitimage
Turn Any Image Or Document Into A Mnemonic Phrase
https://github.com/coreyphillips/bitimage
bitcoin bitcoinjs
Last synced: about 1 month ago
JSON representation
Turn Any Image Or Document Into A Mnemonic Phrase
- Host: GitHub
- URL: https://github.com/coreyphillips/bitimage
- Owner: coreyphillips
- License: mit
- Created: 2017-02-16T14:27:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T00:08:47.000Z (4 months ago)
- Last Synced: 2025-04-26T14:12:40.212Z (about 1 month ago)
- Topics: bitcoin, bitcoinjs
- Language: JavaScript
- Homepage:
- Size: 408 KB
- Stars: 31
- Watchers: 5
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### A picture is worth a thousand satoshis
#### Warning
Please be warned, this project was created for fun as a proof-of-concept and has not been thoroughly tested and vetted. Generating keys from digital files is not a viable short or long-term solution for storing Bitcoin and should not be considered beyond general, low-stake shits and giggles. The author of this project is not held responsible for any lost or stolen Bitcoin. Please use at your own risk.#### Synopsis
This project turns any file into a mnemonic phrase allowing users to generate Bitcoin private keys and addresses based on the data URI of the provided file.#### Demo Site
- https://coreyphillips.github.io#### Setup
- Download or clone the [repo.](https://github.com/coreyphillips/bitimage)
- Open `index.html` in a browser of your choice.#### Motivation
This was simply a fun project created as a proof-of-concept. As I learn more about Bitcoin I become tempted to tinker and experiment. This is the result of one of those experiments.#### Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request#### Support
If you have any questions, feature requests, etc., please feel free to create an issue on [Github](https://github.com/coreyphillips/bitimage/issues) or reach out to me on [Twitter](https://twitter.com/coreylphillips).#### Meta
Corey Phillips – [@coreylphillips](https://twitter.com/coreylphillips)Distributed under the MIT license. See ``LICENSE`` for more information.
[https://github.com/coreyphillips/bitimage](https://github.com/coreyphillips/bitimage)
### License [MIT](https://github.com/coreyphillips/bitimage/blob/master/LICENSE)