![]() |
zeep::pbkdf2_hmac_sha256 — create password hash according to PBKDF2 with HmacSHA256
// In header: <zeep/crypto.hpp> std::string pbkdf2_hmac_sha256(std::string_view salt, std::string_view password, unsigned iterations, unsigned keyLength);
This algorithm can be used to create keys for symmetric encryption. But you can also use it to store hashed passwords for user authentication.
Parameters: |
|