Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guardianproject/PixelKnot
- Owner: guardianproject
- License: gpl-3.0
- Created: 2012-12-08T22:45:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T21:01:55.000Z (8 months ago)
- Last Synced: 2024-08-01T12:18:50.177Z (3 months ago)
- Language: Java
- Homepage: https://dev.guardianproject.info/projects/pixelknot/wiki
- Size: 8.67 MB
- Stars: 184
- Watchers: 24
- Forks: 59
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 submodulescd PixelKnot
git submodule update --init --recursive3. Build Project
./gradlew assembleDebug (for all debug builds)
For a list of tasks that can be used above, see "./gradlew tasks".