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


[dependencies]
image = "0.25.1"
steganography = "1.0.2"