# Functions
CryptEncoderSHA1 encodes a password with SHA1.
CryptEncoderSHA256 encodes a password with SHA256.
CryptEncoderSHA384 encodes a password with SHA384.
CryptEncoderSHA512 encodes a password with SHA512.
CryptEncoderSSHA1 encodes a password with SHA1 with the configured salt.
CryptEncoderSSHA256 encodes a password with SHA256 with the configured salt.
CryptEncoderSSHA384 encodes a password with SHA384 with the configured salt.
CryptEncoderSSHA512 encodes a password with SHA512 with the configured salt.