Skip to content
generator-verdaccio-plugin
Main Navigation
Guide
Plugin API
@verdaccio/core
Verdaccio
Appearance
Menu
Return to top
On this page
@verdaccio/core
Enumeration: HtpasswdHashAlgorithm
Enumeration Members
bcrypt
ts
bcrypt
:
"bcrypt"
;
crypt
ts
crypt
:
"crypt"
;
md5
ts
md5
:
"md5"
;
sha1
ts
sha1
:
"sha1"
;