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
Release: 2024-12-29 17:43:10
Original
765 people have browsed it

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!

source:php.cn
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template