Hi there,
How about adding PBKDF2 support ?
Erlpass could be some kind of an abstraction layer for different crypto algorithm ?
The API could be like (This will break with the current API):
Hash = erlpass:hash(pbkd2, "my voice is my password").
erlpass:match("hello, sir", Hash).
What do you think ?
Hi there,
How about adding PBKDF2 support ?
Erlpass could be some kind of an abstraction layer for different crypto algorithm ?
The API could be like (This will break with the current API):
What do you think ?