PasswordHash interface

Password hash properties

Properties

algorithm

Algorithm of the password hash

context

Context of password hash

filePath

File path of the password hash

hash

Hash of the password

passwordHashId

ID for password hash

salt

Salt of the password hash

username

User name of password hash

Property Details

algorithm

Algorithm of the password hash

algorithm?: string

Property Value

string

context

Context of password hash

context?: string

Property Value

string

filePath

File path of the password hash

filePath?: string

Property Value

string

hash

Hash of the password

hash?: string

Property Value

string

passwordHashId

ID for password hash

passwordHashId?: string

Property Value

string

salt

Salt of the password hash

salt?: string

Property Value

string

username

User name of password hash

username?: string

Property Value

string