SCrypt Methods

CryptSharp

SCrypt Methods CryptSharp

The SCrypt type exposes the following members.

Methods

  Name Description
Public method Static member ComputeDerivedKey
Computes a derived key.
Public method Static member GetEffectivePbkdf2Salt
The SCrypt algorithm creates a salt which it then uses as a one-iteration PBKDF2 key stream with SHA256 HMAC. This method lets you retrieve this intermediate salt.
Public method Static member GetStream
Creates a derived key stream from which a derived key can be read.
Top
See Also

Reference