Support Forums
[C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) (/showthread.php?tid=26838)



[C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) - AceInfinity - 07-29-2012

So finally this prolonged project is in it's first complete stage if I wish to continue development on this.

Name: BitCrypt
Description: Visually encrypt binary data from an input file over to a Bitmap format, and decrypt it at a later date.

Preview:
[Image: GIQO2.png]

Example Encrypted Output BMP 24::
[Image: Ek2mk.png]

Video:
[yt]http://www.youtube.com/watch?v=mmouQBijS48&fmt=100[/yt]

Download: http://tech.reboot.pro/showthread.php?tid=3051


RE: [C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) - HF~Legend - 07-31-2012

Intelligent ! Great sharing ! :applause:


RE: [C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) - Mikey - 07-31-2012

Great share, the crypter looks very sexy.


RE: [C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) - Cubs - 07-31-2012

Thanks for this amazing share, I will use this in the future, thanks!


RE: [C#] BitCrypt - Visually Encrypt Binary Data (Bitmap Structures) - AceInfinity - 08-01-2012

It's not really a crypter, it's kind of pseudo-encryption, but in a visual way it's kind of deceiving for the person viewing the BMP that there's an actual file embedded. Smile