class

Argon2::Password

Inherits Reference / Object

Constructors

new(t_cost : Int32 = 2, m_cost : Int32 = 16)
Source

Class methods

create(password : String)
Source
verify_password(password : String, hash : String, engine_type : Engine::EngineType = Engine::EngineType::ARGON2I)
Source

Instance methods

create(password : String, engine_type : Engine::EngineType = Engine::EngineType::ARGON2I)
Source