class Argon2::Password
- Argon2::Password
- Reference
- Object
Defined in:
crystal-argon2.crConstructors
Class Method Summary
- .create(password : String)
- .verify_password(password : String, hash : String, engine_type : Engine::EngineType = Engine::EngineType::ARGON2I)
Instance Method Summary
Constructor Detail
Class Method Detail
def self.verify_password(password : String, hash : String, engine_type : Engine::EngineType = Engine::EngineType::ARGON2I)
#