SCrypt Class | CryptSharp |
Implements the SCrypt key derivation function.
Inheritance Hierarchy
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public static class SCrypt
Public NotInheritable Class SCrypt
public ref class SCrypt abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type SCrypt = class end
The SCrypt type exposes the following members.
Methods
Name | Description | |
---|---|---|
ComputeDerivedKey |
Computes a derived key.
| |
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.
| |
GetStream |
Creates a derived key stream from which a derived key can be read.
|
See Also