Crates.io | pico_pngme |
lib.rs | pico_pngme |
version | 0.1.0 |
source | src |
created_at | 2022-05-21 20:34:59.343769 |
updated_at | 2022-05-21 20:34:59.343769 |
description | A CLI tool for hiding messages in PNG files. |
homepage | |
repository | https://github.com/Ch1n3du/pngme |
max_upload_size | |
id | 590852 |
size | 5,391,592 |
A simple to use CLI for encoding secret messages inside of images.
A simple to use CLI for encoding secret messages inside of images. This is an implementation of the pngme rust book.
Install the rustup toolchain.
Simply run cargo install pngme
.
The encode
command takes three compulsory arguments:
$ pngme encode ./dice.png ruSt "This is a secret message!"
Note: It can take an optional argument, a file path for the ouput file to avoid overwriting the input file.
$ pngme encode input_file chunk_type message output_file
$ pngme decode input_file chunk_type
pngme remove file_path chunk_type
pngme print file_path