File/common/pcf_md5.phpinc

Description

Common MD5 Functions

  • author: Peter Krebs <p.krebs@lvus.at>
  • author: Alexander Valyalkin (from http://at.php.net/manual/en/function.md5.php)
  • deprecated: moved to OCSP_SESSION
  • project: Open CSP-Management
  • filesource: Source Code for this file
Includes
Functions
pcfmd5_decrypt (line 56)

md5 decrypts a text

if $password is empty $_SESSION['MD5PWD'] is used

  • version: pk-06-07-23
  • version: pk-04-12-29
  • deprecated: since pk-08-03-14
string pcfmd5_decrypt (string $enc_text, [string $password = &quot;&quot;], [int $iv_len = 16])
  • string $enc_text
  • string $password
  • int $iv_len
pcfmd5_encrypt (line 36)

md5 encrypts a text

if $password is empty $_SESSION['MD5PWD'] is used

  • version: pk-06-07-23
  • version: pk-04-12-29
  • deprecated: since pk-08-03-14
string pcfmd5_encrypt (string $plain_text, [string $password = &quot;&quot;], [int $iv_len = 16])
  • string $plain_text
  • string $password
  • int $iv_len

Documentation generated on Thu, 08 Jan 2009 17:47:47 +0100 by phpDocumentor 1.4.0a2