/PixelKnot

Image stego app using the F5 algorithm

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

PixelKnot

PixelKnot is an image stego app with old school F5 steganography.

Get it on F-Droid Get it on Google Play

Development Setup

Follow these steps to setup your development environment:

  1. Checkout PixelKnot git repository

  2. Init and update git submodules

    cd PixelKnot git submodule update --init --recursive

  3. Build Project

    ./gradlew assembleDebug (for all debug builds)

    For a list of tasks that can be used above, see "./gradlew tasks".