Go to the source code of this file.
Namespaces | |
| namespace | AppSecInc |
| namespace | AppSecInc::Crypt |
| namespace | DPAPI |
This class implements basic cryptographic operations using the Microsoft DPAPI. | |
| namespace | 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 |