Skip to content

pazifical/hips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hips - Hiding In Plain Sight

A command line tool for hiding a file (payload) onto a carrier (image).

How does it work?

Running hips --hide testdata/secret.txt attaches the bytes of the secret.txt onto the embedded carrier image file:

Before After
Carrier without secret.txt Carrier with secret.txt
carrier carrier with payload

Can you see the difference? I bet you can't. Only if you look at the filesize.

If you want to get the original data (payload) back, you can run hips --uncover testdata/secret.txt.jpg

How to use it?

If you have Go, you can easily build the project by running go build ..

About

A cli to hide files in plain sight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages