mikeat10500 12 #1 Posted September 29, 2023 Any code monkeys out there? Quote Share this post Link to post Share on other sites
Oli Vers 7 #2 January 23, 2024 I had written a program about 10 years ago encoding information in a bitmap. but turned out it is not very useful, as you will see, after just a few bytes, the pixels which don't match the surrounding pixels. so you can't really "hide" anything as such unless you keep the amount of data really low compared to the bitmap size. There are some programs looking for irregularity in pictures, they find it very quick as the color of the changed pixels don't match the pixels next to it. Plus a bitmap is huge for what you can encode in it. you are better off with just creating a binary file and encrypt it if that's what you are after. Quote Share this post Link to post Share on other sites