bcrypt_elixir v0.1.0 Bcrypt.Stats View Source

Module to provide statistics for the Bcrypt password hashing function.

Link to this section Summary

Functions

Hash a password with Bcrypt and print out a report

Link to this section Functions

Hash a password with Bcrypt and print out a report.

This function hashes a password, and salt, with Bcrypt.Base.hash_password/2 and prints out statistics which can help you choose how many log rounds to use with Bcrypt.