class Argon2
- Argon2
- Reference
- Object
Defined in:
argon2.crConstructors
Class Method Summary
- .verify(encoded : String, password : String, hash_type : LibArgon2::HashType) : Bool
- .verify_d(encoded : String, password : String) : Bool
- .verify_i(encoded : String, password : String) : Bool
- .verify_m(encoded : String, password : String) : Bool
Instance Method Summary
- #hash_encoded(password : String, salt : String, hash_length : UInt32, hash_type : LibArgon2::HashType) : String
- #hash_encoded_d(password : String, salt : String, hash_length : UInt32) : String
- #hash_encoded_i(password : String, salt : String, hash_length : UInt32) : String
- #hash_encoded_m(password : String, salt : String, hash_length : UInt32) : String
Constructor Detail
Class Method Detail
def self.verify(encoded : String, password : String, hash_type : LibArgon2::HashType) : Bool
#
Instance Method Detail
def hash_encoded(password : String, salt : String, hash_length : UInt32, hash_type : LibArgon2::HashType) : String
#