HiddenBytes 0.1.0

HiddenBytes is a personal tool for exploring image steganography techniques and algorithms, ideal for experimenting with hiding information in images.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.image]
version = "0.25.1"

[dependencies.steganography]
version = "1.0.2"

[package]
categories = ["Encoding", "Graphics"]
description = "HiddenBytes is a personal tool for exploring image steganography techniques and algorithms, ideal for experimenting with hiding information in images."
edition = "2021"
homepage = "https://kremilly.com"
keywords = ["rust", "steganography", "security", "encoder", "image"]
license = "MIT"
name = "HiddenBytes"
readme = "README.md"
repository = "https://github.com/Kremilly/HiddenBytes"
version = "0.1.0"