https://github.com/kowkodivka/secret
A simple program to hide one image in another by replacing pixel bits
https://github.com/kowkodivka/secret
rust steganography
Last synced: about 1 month ago
JSON representation
A simple program to hide one image in another by replacing pixel bits
- Host: GitHub
- URL: https://github.com/kowkodivka/secret
- Owner: Kowkodivka
- Created: 2023-06-27T07:39:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T00:16:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T12:48:55.523Z (3 months ago)
- Topics: rust, steganography
- Language: Rust
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secret
A simple program to hide one image in another by replacing pixel bits## Build
```
cargo build --release
```## Usage
To get help, run the command:
```
./secret.exe
```