Go to the source code of this file.
Namespaces | |
AppSecInc | |
AppSecInc::Crypt | |
DPAPI | |
This class implements basic cryptographic operations using the Microsoft DPAPI. | |
AppSecInc::Crypt::DPAPIImpl | |
Functions | |
std::wstring | AppSecInc::Crypt::DPAPIImpl::Protect (const std::wstring &input, const std::wstring &entropy=L"") |
std::string | AppSecInc::Crypt::DPAPIImpl::Protect (const std::string &input, const std::string &entropy="") |
std::wstring | AppSecInc::Crypt::DPAPIImpl::UnProtect (const std::wstring &input, const std::wstring &entropy=L"") |
std::string | AppSecInc::Crypt::DPAPIImpl::UnProtect (const std::string &input, const std::string &entropy="") |
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |