Skip to content

morristech/PixelKnot

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Java 99.6%
  • Ruby 0.4%