Method | Description | |
---|---|---|
decrypt ( string $data, string $key = null ) : mixed | 解密方法 | |
encrypt ( string $data, string $key = null ) : mixed | 加密方法 |
Method | Description | |
---|---|---|
createKey ( string $key ) : void | 生成加密KEY | |
cry ( string $string, integer $type, string $key ) : mixed | 位加密或解密 |