Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guardianproject/PixelKnot

Image stego app using the F5 algorithm
https://github.com/guardianproject/PixelKnot

Last synced: 8 days ago
JSON representation

Image stego app using the F5 algorithm

Awesome Lists containing this project

README

        

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