PHP Class DES_MOBILE, thinksns

Show file Open project: medz/thinksns-4 Class Usage Examples

Public Properties

Property Type Description
$key

Public Methods

Method Description
decrypt ( $string )
encrypt ( $string )
pkcs5Pad ( $text, $blocksize )
pkcs5Unpad ( $text )
setKey ( $key )

Method Details

decrypt() public method

public decrypt ( $string )

encrypt() public method

public encrypt ( $string )

pkcs5Pad() public method

public pkcs5Pad ( $text, $blocksize )

pkcs5Unpad() public method

public pkcs5Unpad ( $text )

setKey() public method

public setKey ( $key )

Property Details

$key public property

public $key