Constantsยง
- MD5_
ENCRYPTED_ ๐PREFIX - OAUTH_
ISSUER_ KEY - OAUTH_
JWKS_ URL_ KEY - SHA256_
ENCRYPTED_ ๐PREFIX - VALID_
MD5_ ๐ENCRYPTED_ LEN - VALID_
SHA256_ ๐ENCRYPTED_ LEN
Functionsยง
- build_
oauth_ info - Build
AuthInfo
forOAuth
. - encrypt_
default ๐ - Encrypt the password with MD5 as default.
- encrypted_
password - Try to extract the encryption password from given password. The password is always stored
encrypted in the system catalogs. The ENCRYPTED keyword has no effect, but is accepted for
backwards compatibility. The method of encryption is by default SHA-256-encrypted. If the
presented password string is already in MD5-encrypted or SHA-256-encrypted format, then it is
stored as-is regardless of
password_encryption
(since the system cannot decrypt the specified encrypted password string, to encrypt it in a different format). - encrypted_
raw_ password - Encrypted raw password from auth info.
- md5_
hash - Encrypt โ
password
+name
โ with MD5. - md5_
hash_ with_ salt - Encrypt the stored password with given salt, used for user authentication.
- sha256_
hash - Encrypt โ
password
+name
โ with SHA-256. - valid_
md5_ ๐password - valid_
sha256_ ๐password