Skip to content

Steganography web-app with Flask. Includes a CLI script of the app's primary functions.

Notifications You must be signed in to change notification settings

YoshiDesign/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography Flask web/app and CLI tool

Check it out here https://alyrist.herokuapp.com

Conceal messages in plain (digitally temporal) sight and decode them.

The web interface only supports png.

/tools/steganography.py can be run as is and supports png / jpg / jpeg while the web/app only supports .png

Usage

~# python steganography.py [-h][-I][-d][-e] image

Python3.6

Images are stored on the FS when using the web interface. If a filesystem isnt available or the filesystem is ephemeral, one is created for you. The CLI tool applies encoding without creating a backup or duplicate image. Don't use -I and say you had not been warned!

About

Steganography web-app with Flask. Includes a CLI script of the app's primary functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published