DPAPIImpl.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace AppSecInc
4 {
5  namespace Crypt
6  {
10  namespace DPAPIImpl
11  {
12  std::wstring Protect(const std::wstring& input, const std::wstring& entropy = L"");
13  std::string Protect(const std::string& input, const std::string& entropy = "");
14  std::wstring UnProtect(const std::wstring& input, const std::wstring& entropy = L"");
15  std::string UnProtect(const std::string& input, const std::string& entropy = "");
16  };
17  }
18 }
std::wstring Protect(const std::wstring &input, const std::wstring &entropy=L"")
Definition: DPAPIImpl.cpp:6
std::wstring UnProtect(const std::wstring &input, const std::wstring &entropy=L"")
Definition: DPAPIImpl.cpp:66


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