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.
Carrier | Data | Result |
---|---|---|
The Result
file contains the Data
file hidden in it. And as you can see it is fully transparent.
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.