![]() |
zeep::pbkdf2_hmac_sha1 — create password hash according to PBKDF2 with HmacSHA1
// In header: <zeep/crypto.hpp> ( salt, password, iterations, 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: |
|