From 14a6ccf10a8e0b91dc491706ca6e10bc09ea9430 Mon Sep 17 00:00:00 2001 From: username1565 <39200328+username1565@users.noreply.github.com> Date: Fri, 25 Mar 2022 15:19:34 +0200 Subject: [PATCH] Add F5 steganography algorithm (JPEG) Add F5 steganography algorithm (JPEG) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad308c4..b416887 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ allow to exclude censorship, in the decentralized systems if DHT is saved and sy - [DissidentX](https://github.com/bramcohen/DissidentX) - DissidentX is encoding messages in files on the web. - [Real Steganography with TrueCrypt](http://keyj.emphy.de/real-steganography-with-truecrypt/) (applies to VeraCrypt as well) - hiding containers inside MP4 video files. - [PixelKnot](https://github.com/guardianproject/PixelKnot) - image steganography for Android. +- F5 algorithm for steganography (in JPEG) - [CSharp](https://github.com/username1565/f5-steganography), [JavaScript](https://github.com/username1565/js-jpeg-steg) ([Demo](https://username1565.github.io/js-jpeg-steg/)) - [Nanoboard](https://github.com/username1565/nanoboard) ([mirror](https://github.com/nanoboard/nanoboard/releases)) - [DesuDesuTalk](https://github.com/desudesutalk/desudesutalk)