class Scrypt::Password
- Scrypt::Password
- Reference
- Object
Defined in:
password.crConstructors
Class Method Summary
Instance Method Summary
-
#==(password : String)
DEPRECATED Use Scrypt::Password#verify instead
- #cost
- #digest
- #inspect(io)
- #salt
- #to_s(io)
- #verify(password : String)
Constructor Detail
Class Method Detail
def self.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)
#