C# Class Liphsoft.Crypto.Argon2.HashMetadata

HashMetadata represents the information stored in the encoded Argon2 format
Datei anzeigen Open project: alipha/csharp-argon2 Class Usage Examples

Public Methods

Method Description
GetBase64Hash ( ) : string

A base-64 encoded string of the hash, minus the padding (=) characters

GetBase64Salt ( ) : string

A base-64 encoded string of the salt, minus the padding (=) characters

ToString ( ) : string

Converts HashMetadata back into the original Argon2 formatted string.

Method Details

GetBase64Hash() public method

A base-64 encoded string of the hash, minus the padding (=) characters
public GetBase64Hash ( ) : string
return string

GetBase64Salt() public method

A base-64 encoded string of the salt, minus the padding (=) characters
public GetBase64Salt ( ) : string
return string

ToString() public method

Converts HashMetadata back into the original Argon2 formatted string.
public ToString ( ) : string
return string