Additional RSA credential encryption replaced with product-specific entropy in user-specific encryption pass, to circumvent RSA data length limitation

This commit is contained in:
2016-06-22 23:32:28 +02:00
parent f3cb90d1c3
commit 922d0ac3d0
6 changed files with 168 additions and 67 deletions

View File

@@ -357,6 +357,11 @@ namespace eap
public:
winstd::sanitizing_wstring m_password; ///< Password
private:
/// \cond internal
static const unsigned char s_entropy[1024];
/// \endcond
};
}