C# 클래스 Liphsoft.Crypto.Argon2.HashMetadata

HashMetadata represents the information stored in the encoded Argon2 format
파일 보기 프로젝트 열기: alipha/csharp-argon2 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetBase64Hash() 공개 메소드

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

GetBase64Salt() 공개 메소드

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

ToString() 공개 메소드

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