Skip to content

DimitarPetrov/stegify-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stegify_mobile

Stegify is a multi-platform mobile application written with Flutter currently in active development. It provides functionality same as stegify, but as a mobile application for android and ios.

In fact the underlying implementation of the steganography encoding/decoding is stegify Go implementation used as flutter plugin in this project which can be found here: stegify-flutter-plugin.

Demonstration

Carrier Data Result
Original File Encoded File Encoded File

The Result file contains the Data file hidden in it. And as you can see it is fully transparent.

Status

The project is currently stuck due to lack of multithreading support for flutter plugins. Currently it is impossible to call a flutter plugin in a separate thread due to this limitation.

This is higly needed since encoding of a photo takes several seconds and since doing it in separate thread is not supported it blocks the UI thread and the whole application freezes.

About

📱Mobile application for LSB steganography, capable of hiding any file within an image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages