Skip to content

An implementation of image steganography using lower-order bit manipulation

Notifications You must be signed in to change notification settings

bradleyyam/stegasaurus-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stegasaurus-graph

An implementation of image steganography using lower-order bit manipulation.

Call method encode(source, target, text) to encode any given text into the source image, the new steganographed image will be saved under the target name as a png file. The number of characters in the text must not exceed the number of pixels in the image.

Call method decode(source, target) to decipher the text steganographed into any source image. The image must have been produced by the corresponding encode function.

About

An implementation of image steganography using lower-order bit manipulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages