thomascube
2008-05-18 26539d5f9957b95d63f607ed8359f586a03f4651
program/include/rcmail.php
@@ -758,7 +758,7 @@
   * @param string Password to encrypt
   * @return string Encryprted string
   */
  private function encrypt_passwd($pass)
  public function encrypt_passwd($pass)
  {
    if (function_exists('mcrypt_module_open') && ($td = mcrypt_module_open(MCRYPT_TripleDES, "", MCRYPT_MODE_ECB, ""))) {
      $iv = mcrypt_create_iv(mcrypt_enc_get_iv_size($td), MCRYPT_RAND);