Version: 0.1
Authors: Fred Hebert (mononcqc@gmail.com) [web site: http://ferd.ca].
The idea behind the library is to handle password hashing and changing in a safe manner, independent from any kind of storage whatsoever.
The library is a thin wrapper around the erlang-bcrypt library from opscode, handling special cases such as unicode passwords, and forcing hashes in binary. Moreover, the library takes care of providing common operations such as matching passwords, changing the work factor of a hash, or changing a password as a whole.Generated by EDoc