搜索资源列表
domainQuery
- 网上的域名查询系统,大都是基于ASP ASP.NET 和php的,其实用JSP也可以轻松实现! 闲来无事儿,就用JSP做了一个! 是基于AJAX技术的,用DWR实现的AJAX 特别感谢:http://www.checkdomain.com 提供查询资源! 里边还有一个aqu.jar包,那个是我的工具包!呵呵,里边有我的一些常用的方法和收集韦来的一些md5 aes des base64 rsa .....等加密类!其中 com.v246.utils.io.Path类,可以根据一个.
des_php_js_perl
- des加密的版本,包含php.perl,javascr ipt的实现
des
- this is php des encryption open source
FireCodeCreator3.3
- 《风越代码生成器 [FireCode Creator]》是一款采用.Net FrameWork2.0框架、基于多种数据库的程序代码生成软件,可快速建立数据信息的:添加、编辑、查看、列表、搜索功能。默认提供asp、aspx WEB程序、.net普通三层框架程序、.net Windows程序,多种代码框架及多个界面设计模板,均可任意修改管理。通过自定义生成程序的界面风格与输出代码,用户可将其扩展为ASPX/ASP/PHP/JSP等各种程序的代码生成器。内置的.net代码框架,能建立C#语言的.net
desPHP
- 这是一用PHP实现的DES加密解密程序,如果是加密要求较高的地方可以用3DES,欢迎大家多交流,有好的程序多交流.-This is a PHP achieved with DES encryption and decryption process, if it is encrypted for better place can be used 3DES, welcome more exchanges, there are good procedures for more exchanges.
common
- PHP 3DES算法。在WAP开发过程中常有用到的。主要用于加密用户登录状态,完成自动登录之功能-PHP 3DES algorithm. In the WAP development process are often used. Mainly used for encrypted user login, and the completion of the automatic login function
DES_PHP
- php环境的EDS加密解密代码,本代码由JS移植-php environment, EDS encryption and decryption code, the code is by JS transplant
tools
- 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13 - ASCII -> char() 14 - AS
dmanager_2.0
- gestion des documents/dossiers en ligne avec PHP.
DES
- DES encrypt/decrypt in PHP
3des
- pdf for triple des> > > > > > > > -pdf for triple des>>>>>>>>>>>>>>>>
PHP_RSA_DES_INFOSAFE
- 本系统是利用PHP代码实现RSA和DES安全的一个模型,相信初学网络信息安全的同道,一定能从中获益!-PHP+ DES+ RSA
WebFTP_cngr
- WebFTP为浩天科技开发的PHP在线文件管理系统,系统采用Ajax+Json进行数据通信,毫秒级的响应速度,强大的文件管理功能足以媲美专业的FTP软件;高度集中的操作接口,将系统BUG、漏洞出现几率降到最低,便捷的权限拦截方案;全平台兼容性:Win(IIS+Apache)、Linux(Apache) 支持中英文目录名及文件名; 功能简介 目录:剪切、复制、粘贴、删除、压缩、打包下载、权限设置、目录属性查看... 文件:剪切、复制、粘贴、删除、压缩(ZIP解压、预览)、打
phpseclib0.2.2
- PHP常用加密的库与例子,还有手册,包含DES,RAS,SSH1,SSH2-Although many of the features this library implements are implemented in PHP via optional extensions, what are you, as a developer, going to do when a user tries to run your software on a host which, coincidental
ESPACE-MEMBRE-V2
- Voici un petit espace membre realisé en langage php basé sur l utilisation des sessions. En effet, cet espace membre sera très léger -Voici un petit espace membre realisé en langage php basé sur l utilisation des sessions. En effet, cet e
aodv
- Some operating systems support more than one type of hash. In fact, sometimes the standard DES-based algorithm is replaced by an MD5-based algorithm. The hash type is triggered by the salt argument. Prior to 5.3, PHP would determine the available alg
mobilenode
- Some operating systems support more than one type of hash. In fact, sometimes the standard DES-based algorithm is replaced by an MD5-based algorithm. The hash type is triggered by the salt argument. Prior to 5.3, PHP would determine the available alg
ns-default
- Some operating systems support more than one type of hash. In fact, sometimes the standard DES-based algorithm is replaced by an MD5-based algorithm. The hash type is triggered by the salt argument. Prior to 5.3, PHP would determine the available alg
100421-1415697-gestion-des-stagiares
- gestion-stagiaire-php-mysql full code source web application-gestion-stagiaire-php-mysql full code source web application
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>