Crates.io | sten_rs |
lib.rs | sten_rs |
version | 1.0.0 |
source | src |
created_at | 2023-05-25 07:52:10.380287 |
updated_at | 2023-05-25 07:52:10.380287 |
description | A `rust` crate for performing steganography on PNG images and more! |
homepage | https://github.com/SaltedPeanutButter/steganography-rs |
repository | https://github.com/SaltedPeanutButter/steganography-rs |
max_upload_size | |
id | 874125 |
size | 6,312,898 |
Steganography
for RustA rust
crate for performing steganography on PNG images and more!
I first heard of steganography through a video by Tom Scott a few years back and I thought it was an amazing invention. I actually tried to implement it in Python back then, but it was a long time ago and I forgot where I put the source. So here I am, redoing this project in Rust.
I hope to bring some new improvements though. In the past, I simply decoded the image and just encode data in the last significant bit (LSB) of each byte. Now that I learn a few more stuff in my programming journey, I hope to make this project even better.
Simple. PNG is undoubtedly the most popular and supported lossless image format.
Basic features: Encode/decode data into/from a PNG image
New features: