The CAESEncRegKey class addresses the occasional problem of securely saving data to the Registry. This article presents Yet Another Registry Class that encrypts data using AES.
Latest Registry Articles
Fun with the Registry Using VC++
Change hidden system settings with a GUI instead of going directly through the Registry.
Storing an Array of Properties in the Windows Registry
MFC and Win API don't have functions that store arrays in the Windows Registry. This article describes the class based on MFC CArray class that solves this problem.
CRegConfig -- a Class to Easily Keep Your Data in the Registry
Read and write data in the Registry.
Another Registry Class
Very useful class that also includes the ability to filter out specific module names and types
Windows Registry and Internet Explorer
A quick loko at the Internet Explorer System Registry settings.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Accessing Flickr Using .NET
Learn how to search for keywords in a command line app on Flickr.

Role-based Security Within VB
See how easy it can be to implement Role-based Security in your Visual Basic applications.
Top 7 Tips for Developing a Secure ASP.NET Web Application
As a web developer you should be aware of a few security best practices while developing your ASP.NET web application. Arun Karthick lists his top 7 tips to help you keep your ASP.NET security intact.