stegano-core

Crates.iostegano-core
lib.rsstegano-core
version0.5.3
sourcesrc
created_at2020-02-25 18:58:02.361722
updated_at2023-04-12 07:37:42.746788
descriptionSteganography core library for stegano-cli. Supports hiding data in PNG images via LSB Encoding.
homepagehttps://www.stegano.org
repositoryhttps://github.com/steganogram/stegano-rs
max_upload_size
id212503
size117,932
Sven Kanoldt (sassman)

documentation

README

Stegano Core Library

License: GPL v3 Build Status codecov LOC

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

Caution: No stable API yet

Changes on all API levels and the overall architecture can happen at any time.

How to use it

Checkout the stegano command line interface documentation

Architecture

architecture overview

License

Commit count: 240

cargo fmt