Skip to content

A cli and web tool to embed the secret data into images and audio

Notifications You must be signed in to change notification settings

Yaxhveer/stegano

Repository files navigation

STEGANO

SET UP

pip install -r requirements.txt

GENERATE KEYS

python generate_keys.py

Audio

  • Encode
python app/cli.py hide audio examples/audio.wav hide.txt mypublickey.pem examples/audio-secret.wav
  • Decode
python app/cli.py extract audio examples/audio-secret.wav myprivatekey.pem your_passphrase hide_extracted.txt

Image

  • Encode
python app/cli.py hide image examples/image.png hide.txt mypublickey.pem examples/image-secret.png
  • Decode
python app/cli.py extract image examples/image-secret.png myprivatekey.pem your_passphrase hide_extracted.txt

About

A cli and web tool to embed the secret data into images and audio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages