Previous Page
__destruct()

Solar_Auth_Adapter_Htpasswd
_apr1()

Next Page
_exception()

_apr1()

static protected string _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.