PHP Class Phalcon\Test\Proxy\Crypt

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

Public Methods

Method 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 method

public decrypt ( $text, $key = null )

decryptBase64() public method

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

encrypt() public method

public encrypt ( $text, $key = null )

encryptBase64() public method

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

getAvailableCiphers() public method

public getAvailableCiphers ( )

getCipher() public method

public getCipher ( )

getKey() public method

public getKey ( )

setCipher() public method

public setCipher ( $cipher )

setKey() public method

public setKey ( $key )

setPadding() public method

public setPadding ( $scheme )