Alessandro Lacava’s Blog

Google
 

May 16, 2006

Sysinternals

Filed under: Computer, Windows, Security — alessandrolacava @ 9:36 am

The Sysinternals web site provides you with advanced utilities, technical information, and source code related to Windows internals that you won’t find anywhere else. Mark Russinovich and Bryce Cogswell alone write and update everything. Click here to visit the web site.


April 18, 2006

Keeping Secrets Secret: Steganography with .NET

Filed under: Computer, .NET, C#, Security — alessandrolacava @ 11:42 pm

Steganography is a way to protect information by hiding it “in plain sight” within other types of digital content. Steganography complements rather than replaces encryption by adding another layer of security�it’s much more difficult to decrypt a message if you don’t know that there is a message. See how to leverage .NET to create steganographic techniques that hide encrypted information inside common digital data files.
Read the Online article.