ppm_steganography 0.1.0

A small crate to hide data using 2 lsb of each bytes into a ppm image
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.image]
features = ["pnm"]
version = "0.24.3"

[package]
authors = ["Elian Ducheyne <elian.ducheyne@gmail.com>"]
description = "A small crate to hide data using 2 lsb of each bytes into a ppm image"
edition = "2021"
keywords = ["ppm", "stegano", "steganography", "hide"]
license = "MIT OR Apache-2.0"
name = "ppm_steganography"
readme = "README.md"
repository = "https://github.com/KiwiDch/stegano"
version = "0.1.0"