The Wayback Machine - https://web.archive.org/web/20210328142721/https://github.com/guardianproject/PixelKnot
Skip to content
master
Switch branches/tags
Go to file
Code

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".