You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some internal customers want to use PBKDF2 in compliance with the Microsoft crypto policy. This means using OpenSSL/CNG under the hood.
Go 1.24 will most likely move golang.org/x/crypto/pbkdf2 into the standard library package crypto/pbkdf2 (see the proposal). We should patch it so it uses OpenSSL/CNG under the hood. Note that those backends already support that algorithm.
The text was updated successfully, but these errors were encountered:
Some internal customers want to use PBKDF2 in compliance with the Microsoft crypto policy. This means using OpenSSL/CNG under the hood.
Go 1.24 will most likely move
golang.org/x/crypto/pbkdf2
into the standard library packagecrypto/pbkdf2
(see the proposal). We should patch it so it uses OpenSSL/CNG under the hood. Note that those backends already support that algorithm.The text was updated successfully, but these errors were encountered: