karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.57k stars 10.52k forks source link

Steganography #92

Open Dasc3er opened 8 years ago

Dasc3er commented 8 years ago

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video. Wikipedia I'd like to add it to the Security section...

Mazuh commented 7 years ago

It's a nice idea to understand how bits work while rendering a complex object like an image. Before trying to create a steganography program, I (barely?) never used binary knowledge for software development.

I started yesterday in this repository: https://github.com/Mazuh/Steganography/

Dasc3er commented 7 years ago

@Mazuh If you are interested in a Java version of this, you can check my repository: https://github.com/Dasc3er/Contributions Altought I do not assure it actually works now (I need to test it sometime :D)