Skip to content

This is a steganography example implemented using JavaScript. It allows you to encode and decode text in images.

License

Notifications You must be signed in to change notification settings

Blaumaus/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Steganography implementation

This repository contains the source code for my article about steganography published on Hackernoon.

Image encoding

You can upload an image and enter some text to encode it using LSB substitution. Once you have encoded your text into the image, you can download it.

encoding-1

Image decoding

To decode text from a previously encoded image, simply upload it to the website and press Decode Text. The decoded text will appear below the action buttons.

Here's what it looks like with the previously encoded cat image:

screely-1719236524509

About

This is a steganography example implemented using JavaScript. It allows you to encode and decode text in images.

Topics

Resources

License

Stars

Watchers

Forks