School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,759 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,775 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
No Tutorials Submitted.
Code Snippets
Submitted: November 6, 2008        Views: 2299
This snippet demonstrates the use of Microsoft's Data Protection API to encrypt data such that only the logged-in user can decrypt it. It also demonstrates saving and retrieving binary data into a registry entry.
Submitted: November 12, 2008        Views: 593
Uses the Windows cryptography libraries to generate a cryptographically random key and IV (initialization vector) of a specified length.