microsoft / go-crypto-winnative

Go crypto backend for Windows using CNG
MIT License
28 stars 3 forks source link

Add PBKDF2 support #40

Closed qmuntal closed 1 year ago

qmuntal commented 1 year ago

This PR adds support for x/crypto/pbkdf2.Key.

All supported Windows versions implement PBKDF2, it is always safe to use.