#bmp #image #md5

app md5-img

A tool for converting text into a bmp representation of their md5 checksum

4 releases

Uses old Rust 2015

0.1.3 Mar 28, 2018
0.1.2 Mar 28, 2018
0.1.1 Mar 28, 2018
0.1.0 Mar 28, 2018

#16 in #image-height

Download history 1/week @ 2023-11-11 1/week @ 2023-11-18 10/week @ 2023-11-25 12/week @ 2023-12-02 4/week @ 2023-12-16 8/week @ 2023-12-23 4/week @ 2024-01-06 1/week @ 2024-01-13 7/week @ 2024-01-20 8/week @ 2024-01-27 15/week @ 2024-02-10 78/week @ 2024-02-17

101 downloads per month

BSD-3-Clause

5KB

md5-bmp

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.

Example:

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:

img.png

How to Use

The command structure looks like this: md5-img <height> <text> <filename>

  • Height is the image's height (and width) in pixels
  • Text is the text you want to convert to an image
  • Filename is the file you want it to save to.
    • Note that since the tool outputs bitmaps, it's recommended to give the file a .bmp extension.

For example, typing in md5-img 512 "hello world" hello-world.bmp will generate this image:

hello-world.png

Dependencies

~185KB