PHP 클래스 DES_MOBILE, thinksns

파일 보기 프로젝트 열기: medz/thinksns-4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$key

공개 메소드들

메소드 설명
decrypt ( $string )
encrypt ( $string )
pkcs5Pad ( $text, $blocksize )
pkcs5Unpad ( $text )
setKey ( $key )

메소드 상세

decrypt() 공개 메소드

public decrypt ( $string )

encrypt() 공개 메소드

public encrypt ( $string )

pkcs5Pad() 공개 메소드

public pkcs5Pad ( $text, $blocksize )

pkcs5Unpad() 공개 메소드

public pkcs5Unpad ( $text )

setKey() 공개 메소드

public setKey ( $key )

프로퍼티 상세

$key 공개적으로 프로퍼티

public $key