Crates.io | stegano-core |
lib.rs | stegano-core |
version | 0.5.3 |
source | src |
created_at | 2020-02-25 18:58:02.361722 |
updated_at | 2023-04-12 07:37:42.746788 |
description | Steganography core library for stegano-cli. Supports hiding data in PNG images via LSB Encoding. |
homepage | https://www.stegano.org |
repository | https://github.com/steganogram/stegano-rs |
max_upload_size | |
id | 212503 |
size | 117,932 |
Implementation of least significant bit steganography for PNG images and WAV audio files in rust-lang.
Aims for compatibility to the Stegano for windows version regarding image en-/decoding Rewrite of the core of the original stegano.net tool
Changes on all API levels and the overall architecture can happen at any time.
Checkout the stegano command line interface documentation