Argon2::Password
Inherits Reference / Object
Constructors
new(t_cost : Int32 = 2, m_cost : Int32 = 16)
SourceClass methods
create(password : String)
Sourceverify_password(password : String, hash : String, engine_type : Engine::EngineType = Engine::EngineType::ARGON2I)
SourceInstance methods
create(password : String, engine_type : Engine::EngineType = Engine::EngineType::ARGON2I)
Source