MingaudasVagonis / steganography

Steganographically encoding bitmaps (Android app).

Home Page:https://play.google.com/store/apps/details?id=com.mtr.stegano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steganography

Steganographically encoding bitmaps

Example

logo

Play store

Data can be encoded in two different ways: scrambled and linear

Scrambled

The data is broken down into pieces and scrambled randomly across the source bitmap, the starting point is also determined randomly.

Each character is encoded as it's 16bit representation and 31bit representation of next character's position.

Linear

The data is encoded as a sequence

Each character is encoded as it's 16bit representation.

About

Steganographically encoding bitmaps (Android app).

https://play.google.com/store/apps/details?id=com.mtr.stegano


Languages

Language:Kotlin 87.4%Language:Java 12.6%