class LavinMQ::User::BcryptPassword

Included Modules

Defined in:

lavinmq/password.cr

Instance Method Summary

Instance methods inherited from module LavinMQ::User::Password

hash_algorithm : String hash_algorithm, verify(password : Bytes) : Bool
verify(password : String) : Bool
verify

Instance methods inherited from class Crypto::Bcrypt::Password

to_json(json : JSON::Builder) to_json

Instance Method Detail

def hash_algorithm : String #

[View source]
def verify(password : Bytes) : Bool #

[View source]