| Crates.io | md5-img |
| lib.rs | md5-img |
| version | 0.1.3 |
| created_at | 2018-03-28 18:07:54.445181+00 |
| updated_at | 2018-03-28 21:40:26.471491+00 |
| description | A tool for converting text into a bmp representation of their md5 checksum |
| homepage | https://github.com/ElectricCoffee/md5-bmp |
| repository | https://github.com/ElectricCoffee/md5-bmp.git |
| max_upload_size | |
| id | 57939 |
| size | 4,316 |
A simple tool to convert text into a bitmap representation of its md5 checksum.
To install simply type cargo install md5-img and let Cargo deal with the rest. If you do not have Cargo, you can get it here: rustup.rs.
The following image has been generated with the string "ElectricCoffee's MD5-BMP Tool",
which generated the following checksum: 914329dd9233d2974886fe02ebc73dab.
This checksum has then been fed into the algorithm to produce this image:

The command structure looks like this: md5-img <height> <text> <filename>
For example, typing in md5-img 512 "hello world" hello-world.bmp will generate this image:
