SCrypt Class

CryptSharp

SCrypt Class CryptSharp
Implements the SCrypt key derivation function.
Inheritance Hierarchy

SystemObject  CryptSharp.UtilitySCrypt

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

  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.
Top
See Also

Reference