src/Common/Crypt/DPAPIImpl.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc
00004 {
00005     namespace Crypt
00006     {
00010         namespace DPAPIImpl
00011         {
00012             std::wstring Protect(const std::wstring& input, const std::wstring& entropy = L"");
00013             std::string Protect(const std::string& input, const std::string& entropy = "");
00014             std::wstring UnProtect(const std::wstring& input, const std::wstring& entropy = L"");
00015             std::string UnProtect(const std::string& input, const std::string& entropy = "");
00016         };
00017     }
00018 }


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com