Solar_Auth_Adapter_Htpasswd::_apr1()

static protected string Solar_Auth_Adapter_Htpasswd::_apr1 ( string $plain , string $salt )

APR compatible MD5 encryption.

Parameters

  • (string) $plain: Plaintext to crypt.

  • (string) $salt: The salt to use for encryption.

Returns

  • (string) The APR MD5 encrypted string.

Description

APR compatible MD5 encryption.



Local