Creates an obscured password in realm
with user
and password
using the auth_type
of this database.
Loads the given private key identified by id and data.
An EngineError
is raised of the OpenSSL::PKey
is unavailable.
Return the best specification that contains the file matching path
.
Specification
attributes that must be non-nil
Make sure the YAML specification is properly formatted with dashes
Finds all gems that satisfy dep
Create a new session id.
The session id is a secure random number by SecureRandom
if possible, otherwise an SHA512 hash based upon the time, a random number, and a constant string. This routine is used internally for automatically generated session ids.