SCrypt MembersCryptSharp

The SCrypt type exposes the following members.
Methods

  NameDescription
Public methodStatic memberComputeDerivedKey
Computes a derived key.
Public methodStatic memberGetEffectivePbkdf2Salt
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 methodStatic memberGetStream
Creates a derived key stream from which a derived key can be read.
Back to Top
See Also