An open API service indexing awesome lists of open source software.

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

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
```