Home >Database >Mysql Tutorial >How Does the Yourfn_CRYPT_PBKDF2_VARBINARY_SHA512 Function in YourDB Implement PBKDF2 in SQL Server?

How Does the Yourfn_CRYPT_PBKDF2_VARBINARY_SHA512 Function in YourDB Implement PBKDF2 in SQL Server?

Barbara Streisand
Barbara StreisandOriginal
2024-12-29 17:43:10777browse

How Does the Yourfn_CRYPT_PBKDF2_VARBINARY_SHA512 Function in YourDB Implement PBKDF2 in SQL Server?

There is a SQL implementation of PBKDF2 by Yourfn_CRYPT_PBKDF2_VARBINARY_SHA512. This function takes 4 parameters:

  • password VARBINARY(4000)
  • salt VARBINARY(4000)
  • iterationCount INT
  • outputBytes INT

And returns a VARBINARY(8000). It was implemented in SQL Server 2012 and is part of the YourDB database.

The above is the detailed content of How Does the Yourfn_CRYPT_PBKDF2_VARBINARY_SHA512 Function in YourDB Implement PBKDF2 in SQL Server?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn