# PixelKnot
**Repository Path**: nullability/PixelKnot
## Basic Information
- **Project Name**: PixelKnot
- **Description**: Image stego app using the F5 algorithm
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-30
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
PixelKnot
=========
PixelKnot is an image stego app with old school F5 steganography.
## 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".