Scrypt::Password
Inherits Reference / Object
Constructors
new(raw_hash : String)
Class methods
create(password, key_len = DEFAULT_KEY_LEN, salt_size = DEFAULT_SALT_SIZE, max_mem = DEFAULT_MAX_MEM, max_memfrac = DEFAULT_MAX_MEMFRAC, max_time = DEFAULT_MAX_TIME)
Instance methods
==(password : String)
DEPRECATED Use Scrypt::Password#verify instead
cost
digest
inspect(io)
salt
to_s(io)
verify(password : String)