摘要:
/* $pwd 秘钥; $data 要加密的数据 */ function rc4($pwd, $data) { $cipher = ''; $key[] = ""; $box[] = ""; $pwd_length = strlen($pwd); $data_length = strlen($data); ... 阅读全文
posted @ 2019-03-13 17:26
风79
阅读(154)
评论(0)
推荐(0)