phpcrypt:不使用第三方库的 PHP 加密库 API-源码

上传者: 42139042 | 上传时间: 2021-06-02 20:02:54 | 文件大小: 137KB | 文件类型: ZIP
PHP
phpCrypt - PHP 加密库 API 什么是 PHPCRYPT? phpCrypt 是一个用 PHP 编写的加密库。 它旨在实现用于加密和解密的所有主要加密密码、模式、填充方法和其他工具。 phpCrypt 不依赖于 mCrypt、PHP 扩展或 PEAR 库。 它目前支持许多广泛使用的密码。 此外,它还支持许多流行的加密模式。 还有一些工具可以实现不同的填充方案,以及为需要一种模式的模式创建初始化向量 (IV) 的多种方法。 phpCrypt 由 Ryan Gilfether 开发 phpCrypt 一直在开发中。 如果您有任何疑问、发现错误或有功能请求,您可以通过联系 Ryan 它有什么作用? phpCrypt 0.x 版适用于 PHP 5.3 或更高版本。 它可以在任何支持 PHP 的 32 位或 64 位操作系统上运行。 支持的加密密码、模式、填充 支持的加密密码和

文件下载

资源详情

[{"title":"( 50 个子文件 137KB ) phpcrypt:不使用第三方库的 PHP 加密库 API-源码","children":[{"title":"phpcrypt-master","children":[{"title":".gitignore <span style='color:#111;'> 27B </span>","children":null,"spread":false},{"title":"phpCrypt.php <span style='color:#111;'> 11.37KB </span>","children":null,"spread":false},{"title":"Core.php <span style='color:#111;'> 16.58KB </span>","children":null,"spread":false},{"title":"CHANGELOG <span style='color:#111;'> 5.19KB </span>","children":null,"spread":false},{"title":"Includes.inc.php <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false},{"title":"modes","children":[{"title":"CFB.php <span style='color:#111;'> 3.06KB </span>","children":null,"spread":false},{"title":"NCFB.php <span style='color:#111;'> 4.36KB </span>","children":null,"spread":false},{"title":"PCBC.php <span style='color:#111;'> 3.86KB </span>","children":null,"spread":false},{"title":"OFB.php <span style='color:#111;'> 2.89KB </span>","children":null,"spread":false},{"title":"ECB.php <span style='color:#111;'> 3.32KB </span>","children":null,"spread":false},{"title":"CBC.php <span style='color:#111;'> 4.38KB </span>","children":null,"spread":false},{"title":"NOFB.php <span style='color:#111;'> 4.24KB </span>","children":null,"spread":false},{"title":"Stream.php <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"CTR.php <span style='color:#111;'> 4.84KB </span>","children":null,"spread":false},{"title":"Raw.php <span style='color:#111;'> 2.84KB </span>","children":null,"spread":false}],"spread":true},{"title":"ciphers","children":[{"title":"SimpleXOR.php <span style='color:#111;'> 3.52KB </span>","children":null,"spread":false},{"title":"3DES.php <span style='color:#111;'> 6.85KB </span>","children":null,"spread":false},{"title":"Rijndael.php <span style='color:#111;'> 37.78KB </span>","children":null,"spread":false},{"title":"AES128.php <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"Vigenere.php <span style='color:#111;'> 8.36KB </span>","children":null,"spread":false},{"title":"ARC4.php <span style='color:#111;'> 4.09KB </span>","children":null,"spread":false},{"title":"Rijndael192.php <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"AES256.php <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false},{"title":"RC2.php <span style='color:#111;'> 10.39KB </span>","children":null,"spread":false},{"title":"3Way.php <span style='color:#111;'> 8.78KB </span>","children":null,"spread":false},{"title":"CAST128.php <span style='color:#111;'> 45.01KB </span>","children":null,"spread":false},{"title":"AES192.php <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false},{"title":"Rijndael256.php <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"DES.php <span style='color:#111;'> 16.07KB </span>","children":null,"spread":false},{"title":"Blowfish.php <span style='color:#111;'> 20.90KB </span>","children":null,"spread":false},{"title":"CAST256.php <span style='color:#111;'> 23.81KB </span>","children":null,"spread":false},{"title":"Enigma.php <span style='color:#111;'> 6.34KB </span>","children":null,"spread":false},{"title":"Rijndael128.php <span style='color:#111;'> 2.61KB </span>","children":null,"spread":false},{"title":"Skipjack.php <span style='color:#111;'> 9.80KB </span>","children":null,"spread":false}],"spread":false},{"title":"examples","children":[{"title":"file_encryption_example.php <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"create_key_example.php <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"file.txt <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"padding_examples.php <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false},{"title":"basic_example.php <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"phpcrypt_vs_mcrypt.php <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"aes_256_example.php <span style='color:#111;'> 1001B </span>","children":null,"spread":false},{"title":"arc4_stream_example.php <span style='color:#111;'> 780B </span>","children":null,"spread":false},{"title":"basic_example_secure.php <span style='color:#111;'> 987B </span>","children":null,"spread":false},{"title":"mode_iv_examples.php <span style='color:#111;'> 2.43KB </span>","children":null,"spread":false}],"spread":true},{"title":"Cipher.php <span style='color:#111;'> 6.88KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 7.75KB </span>","children":null,"spread":false},{"title":"Padding.php <span style='color:#111;'> 7.76KB </span>","children":null,"spread":false},{"title":"licenses","children":[{"title":"GPL.txt <span style='color:#111;'> 34.32KB </span>","children":null,"spread":false},{"title":"ECCN_5D002.txt <span style='color:#111;'> 326B </span>","children":null,"spread":false}],"spread":true},{"title":"Mode.php <span style='color:#111;'> 8.49KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明