Code Monkey home page Code Monkey logo

f5-steganography's Introduction

Steganography Software F5

![Gitter](https://badges.gitter.im/Join Chat.svg)

This package is meant to demonstrate a new steganographic algorithm. It is a very preliminary version to embed files into true colour BMP, GIF, or JPEG images. To have secure steganography choose a good passphrase. It is also recommended to scan a new carrier image in true colour BMP format for every new steganographic message. Delete the carrier BMP after you created the lossy compressed steganogram.

The attacks presented on the third Workshop on Information Hiding are not successful with F5. http://wwwrn.inf.tu-dresden.de/~westfeld/attacks.html

How to run

To run this software you need a Java runtime environment. There are two shell scripts to demonstrate what you can do with this software:

e (stands for encrypt) This is the embedding script merging the two files bandits.bmp and bin.noise to one single file bandits.jpg. This JPEG image is the data to delivered. The receiver of this file can extract the hidden message using the second script

d (stands for decrypt) which extracts a file output.txt from bandits.jpg. Output.txt and bin.noise are equal.

To run this software from a DOS prompt you have e.bat and d.bat. To run it with Microsoft's c:\windows\jview.exe you have ms_e.bat and ms_d.bat.

I make no warranty about the usability of this code. It is for educational purposes and should be regarded as such.

Best regards,

Andreas Westfeld [email protected] http://www.inf.tu-dresden.de/~aw4

Branch Notes

HuffmanDecode.java Fixed an issues with it hanging if given a progressive JPEG. This is what was causing that "Nf weder 1 noch 3" error. Now just throws IOException.

JpegEncoder.java and Embed,java Changed the default comment to throw off suspicion. Now lies and claims to be the product of a popular PHP jpeg lib.

f5-steganography's People

Contributors

ericdechane avatar gitter-badger avatar matthewgao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.