mirror of
https://e.coding.net/circlecloud/MinecraftAccount.git
synced 2025-11-25 21:36:08 +00:00
8
ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/test/test.php
vendored
Normal file
8
ThinkPHP/Library/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