Skip to content

MingaudasVagonis/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published