@douglasneuroinformatics/libnest
Preparing search index...
index
CryptoService
Class CryptoService
Index
Constructors
constructor
Methods
compare
Password
hash
hash
Password
Constructors
constructor
new
CryptoService
(
options
:
CryptoOptions
)
:
CryptoService
Parameters
options
:
CryptoOptions
Returns
CryptoService
Methods
compare
Password
comparePassword
(
password
:
string
,
hashedPassword
:
string
)
:
Promise
<
boolean
>
Parameters
password
:
string
hashedPassword
:
string
Returns
Promise
<
boolean
>
hash
hash
(
source
:
string
)
:
string
Parameters
source
:
string
Returns
string
hash
Password
hashPassword
(
password
:
string
)
:
Promise
<
string
>
Parameters
password
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
compare
Password
hash
hash
Password
@douglasneuroinformatics/libnest
Loading...