Pbkdf2.Base64.encode
You're seeing just the function
encode
, go back to Pbkdf2.Base64 module for more information.
Encode using the adapted Pbkdf2 alphabet.
Examples
iex> Pbkdf2.Base64.encode("spamandeggs")
"c3BhbWFuZGVnZ3M"