PHP Class Cml\Encry

Afficher le fichier Open project: linhecheng/cmlphp Class Usage Examples

Méthodes publiques

Méthode Description
decrypt ( string $data, string $key = null ) : mixed 解密方法
encrypt ( string $data, string $key = null ) : mixed 加密方法

Private Methods

Méthode Description
createKey ( string $key ) : void 生成加密KEY
cry ( string $string, integer $type, string $key ) : mixed 位加密或解密

Method Details

decrypt() public static méthode

解密方法
public static decrypt ( string $data, string $key = null ) : mixed
$data string 解密字符串
$key string 密钥
Résultat mixed

encrypt() public static méthode

加密方法
public static encrypt ( string $data, string $key = null ) : mixed
$data string 加密字符串
$key string 密钥
Résultat mixed