Yossarian161 / PixelKnot

Image stego app using the F5 algorithm

Home Page:https://dev.guardianproject.info/projects/pixelknot/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixelKnot

image stego app with old school F5 steganography

Dev Setup

Follow these steps to setup your dev environment:

  1. Checkout PixelKnot git repo

  2. Init and update git submodules

    cd PixelKnot git submodule update --init --recursive

  3. Import Project

    Using Eclipse

    Create a new Eclipse workspace in the root directory (PixelKnot) of the repo.

    For each of the following directories, "Import -> Android -> Existing Android Code Into Workspace":

     external/ActionBarSherlock/library/
     external/F5Android/
    

    Build the F5Android JNI library with ndk-build -C external/F5Android/.

    Then, "Import -> General -> Existing Projects Into Workspace" for the app/ directory.

Building from the terminal

The nightly builds and the final release builds are made from the terminal using ant and ndk-build. Here's how it is done:

  1. git clone https://github.com/guardianproject/PixelKnot
  2. cd PixelKnot
  3. git submodule update --init --recursive
  4. ./setup-ant.sh
  5. ndk-build -C external/F5Android/
  6. cd app/
  7. ant clean debug

About

Image stego app using the F5 algorithm

https://dev.guardianproject.info/projects/pixelknot/wiki

License:Other


Languages

Language:Java 98.1%Language:Shell 1.9%