JoshuaKasa / van-gonography

Hide 🕵️‍♂️ your files of any type inside a image of your choice using steganography
MIT License
411 stars 30 forks source link

hiding multiple files in an image now works(for cover images with rgb… #5

Closed CrusaderGoT closed 6 months ago

CrusaderGoT commented 7 months ago

Basically what happens is that we loop through each file to be hidden, and then hide them in the intended RGB bits, but we keep track of columns/rows that have been used to ensure that bit data does not overwrite the same/used column, but keeps increment through out the hiding process; calculation on size needed to hide files may no longer be accurate(still works for now). Note: RGBA images does not work.