TYPO3 CMS  TYPO3_7-6
MD5Crypt Class Reference

Public Member Functions

 keyED ($txt, $encrypt_key)
 
 Encrypt ($txt, $key)
 
 Decrypt ($txt, $key)
 
 RandPass ()
 

Detailed Description

Definition at line 3 of file crypt.inc.php.

Member Function Documentation

◆ Decrypt()

MD5Crypt::Decrypt (   $txt,
  $key 
)

Definition at line 33 of file crypt.inc.php.

References keyED().

◆ Encrypt()

MD5Crypt::Encrypt (   $txt,
  $key 
)

Definition at line 17 of file crypt.inc.php.

References keyED().

◆ keyED()

MD5Crypt::keyED (   $txt,
  $encrypt_key 
)

Definition at line 4 of file crypt.inc.php.

Referenced by Decrypt(), SHA1Crypt\Decrypt(), Encrypt(), and SHA1Crypt\Encrypt().

◆ RandPass()

MD5Crypt::RandPass ( )

Definition at line 45 of file crypt.inc.php.