Comeonin.Pbkdf2Base64
Module that provides base64 encoding for pbkdf2.
Summary
Decode using an adapted base64 alphabet (using .
instead of + and with no padding)
Encode using an adapted base64 alphabet (using .
instead of + and with no padding)
Functions
Decode using an adapted base64 alphabet (using .
instead of + and with no padding).
Examples
iex> Comeonin.Pbkdf2Base64.decode("c3BhbWFuZGVnZ3M")
"spamandeggs"