搜索资源列表
shenfenyanzheng
- 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varcha
php.encrypt.php
- encrypt/decrypt for PHP -encrypt/decrypt for PHP
DES
- DES encrypt/decrypt in PHP
RSA
- encrypt-decrypt with RSA algorithm. implementation encryption algorithm with RSA method. using public key and private key. first, generate public and private key with generate.php. you will get e,d, and n. for encrypt, use the e and n for private and
rsa
- 使用RSA加密一段文字得到加密数据,利用php根据相应的信息解密-Get a piece of text using RSA encryption to encrypt data using php based on appropriate information to decrypt
php-beast
- php源码加密扩展, 用于加密php的源代码,可以安全把源代码托管到外部服务器-php source code encryption extension to encrypt php source code, the source code can be safely hosted to an external server
