[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libraries/ -> mcrypt.lib.php (sommaire)

Initialization

Poids: 89 lignes (3 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 3 fonctions

  full_str_pad()
  PMA_blowfish_encrypt()
  PMA_blowfish_decrypt()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

full_str_pad($input, $pad_length, $pad_string = '', $pad_type = 0)   X-Ref
String padding

param: string  input string
param: integer length of the result
param: string  the filling string
param: integer padding mode
return: string  the padded string

PMA_blowfish_encrypt($data, $secret)   X-Ref
Encryption using blowfish algorithm (mcrypt)

author: lem9
param: string  original data
param: string  the secret
return: string  the encrypted result

PMA_blowfish_decrypt($encdata, $secret)   X-Ref
Decryption using blowfish algorithm (mcrypt)

author: lem9
param: string  encrypted data
param: string  the secret
return: string  original data



Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics