PHP Class Phalcon\Test\Proxy\Crypt

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Crypt
Afficher le fichier Open project: phalcon/cphalcon Class Usage Examples

Méthodes publiques

Méthode Description
decrypt ( $text, $key = null )
decryptBase64 ( $text, $key = null, $safe = false )
encrypt ( $text, $key = null )
encryptBase64 ( $text, $key = null, $safe = false )
getAvailableCiphers ( )
getCipher ( )
getKey ( )
setCipher ( $cipher )
setKey ( $key )
setPadding ( $scheme )

Method Details

decrypt() public méthode

public decrypt ( $text, $key = null )

decryptBase64() public méthode

public decryptBase64 ( $text, $key = null, $safe = false )

encrypt() public méthode

public encrypt ( $text, $key = null )

encryptBase64() public méthode

public encryptBase64 ( $text, $key = null, $safe = false )

getAvailableCiphers() public méthode

public getAvailableCiphers ( )

getCipher() public méthode

public getCipher ( )

getKey() public méthode

public getKey ( )

setCipher() public méthode

public setCipher ( $cipher )

setKey() public méthode

public setKey ( $key )

setPadding() public méthode

public setPadding ( $scheme )