Skip to content

NicolasBonet/Caleto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caleto

Caleto is a Java implementation of steganography which hiddes files inside bmp images.

GUI

Here’s an screenshot of Caleto:

Merged file

License

All code is licensed under the GPL 3.0 license. For more information please visit: http://www.gnu.org/licenses/gpl-3.0.en.html

Example

Here’s a simple BMP file:

Merged file

We are going to hide the following zip inside the former image:

http://www.colorado.edu/conflict/peace/download/peace_essay.zip

This is the result, as you can see there are no noticeable differences between the original file and the new one:

Merged file

It’s possible, using Caleto, to hide images and also recover the file hidden within the image.

Known issues:

Files to be hidden must be at least 8 times lighter than the BMP file used to hide it. This cannot be fixed in the current implementation as each bit from hidden file must be hidden in the last bit of the image, so you need 8 bytes (in the image) per byte in the hidden file.

About

Caleto is an implementation of steganography which hides files inside bmp images.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages