Click here to Skip to main content
15,892,965 members
Articles / Desktop Programming / MFC

Data encryption with DPAPI

Rate me:
Please Sign up or sign in to vote.
3.73/5 (6 votes)
21 May 2002CPOL4 min read 179.5K   3.9K   44  
A wrapper class for the Data Protection API
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProtectedDataSample", "ProtectedDataSample.vcproj", "{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Debug Unicode
		ConfigName.2 = Release
		ConfigName.3 = Release Unicode
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Debug.ActiveCfg = Debug|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Debug.Build.0 = Debug|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Debug Unicode.Build.0 = Debug Unicode|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Release.ActiveCfg = Release|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Release.Build.0 = Release|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Release Unicode.ActiveCfg = Release Unicode|Win32
		{FB03A1CF-3DE5-4F5C-810C-94665D558ABB}.Release Unicode.Build.0 = Release Unicode|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Portugal Portugal
Software Smith, Blacksmith, Repeat Founder, Austrian, Asgardian.

Comments and Discussions