您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. rc4crypt

  2. 采用assymetric/decryption规则加密的类. The RC4Crypt class allows you to use RC4 assymetric encryption/decryption algorithm in PHP. It handles all conversions, XORing and one single function allows you to both encrypt and decrypt the data.
  3. 所属分类:PHP

    • 发布日期:2004-08-03
    • 文件大小:5120
    • 提供者:ljs2002
  1. php rc4加解密类

  2. include('class.rc4crypt.php'); $rc4 = new Crypt_RC4(); $rc4 -> setKey('1bb762f7ce24ceee'); $text = 'hahaha'; echo $x = $rc4->encrypt($text);//加密 echo ''; echo $rc4->decrypt( $x) ;//解密
  3. 所属分类:PHP

    • 发布日期:2014-11-11
    • 文件大小:4096
    • 提供者:michael_as
  1. php实现的rc4加密解密类定义与用法示例

  2. 主要介绍了php实现的rc4加密解密类定义与用法,结合完整实例形式给出了php rc4加密解密类文件class.rc4crypt.php的定义及相关使用技巧,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-10-18
    • 文件大小:56320
    • 提供者:weixin_38634037