Hash type add bcrypt
This commit is contained in:
parent
c64f172174
commit
dc2e6ab53c
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
-export([passwd_hash/2]).
|
-export([passwd_hash/2]).
|
||||||
|
|
||||||
-type(hash_type() :: plain | md5 | sha | sha256 | pbkdf2).
|
-type(hash_type() :: plain | md5 | sha | sha256 | pbkdf2 | bcrypt).
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% Authentication behavihour
|
%% Authentication behavihour
|
||||||
|
|
Loading…
Reference in New Issue