mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
增加Vendor\phpRPC 第三方类库
This commit is contained in:
8
Vendor/phpRPC/pecl/xxtea/test/test.php
vendored
Normal file
8
Vendor/phpRPC/pecl/xxtea/test/test.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
echo xxtea_decrypt(xxtea_encrypt("", ""), "");
|
||||
echo xxtea_decrypt(xxtea_encrypt("1", ""), "");
|
||||
echo xxtea_decrypt(xxtea_encrypt("1", "1"), "1");
|
||||
echo xxtea_decrypt(xxtea_encrypt("12222222222222", "2222222222222222"), "2222222222222222");
|
||||
echo xxtea_decrypt(xxtea_encrypt("12222222222222", "22222222222"), "22222222222");
|
||||
print_r(xxtea_info());
|
||||
?>
|
||||
Reference in New Issue
Block a user