搜索资源列表
EnDeCode
- 一段使用Java编写的非常简单实用的加解密文本的函数,当对加密要求不是很高时可以使用-use Java to prepare for the very simple and practical text of the encryption and decryption function, When the right encryption is not very high demand may use
sha-1
- 我自己用javascr ipt实现的sha-1散列函数,对要在web客户端要进行单向加密的情况应该很有帮助
Base64jiami
- Base64加密函数,主要应用在asp网页中,实现加密。
jisuanqi
- Base64加密函数,主要应用在asp网页中,实现计算器的功能。
renzhenglei
- 建立类 类对象 ylwnet 类函数建立 set yl= new ylwnet 调用类 类对象 函数 check 函数检查 yl.check "usersess","你自己传递ID参数","你自己传递密码参数",32,"index.asp","请输入后台登陆密码" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MD5
- asp中实现MD5加密,函数封装好了,可以include之后在文件中直接调用-asp achieve MD5 encryption, function better package, you can include directly in the document after the call
qiandao
- default.asp(软件注册页面,注册成功再不出现) err.asp(页面错误转向信息页面) manage.asp(部门主管页面) conn.asp(数据库连接通用页面) include/function.asp(全局函数页面,包含了有效信息检测函数等) include/md5code.asp(md5加密类) include/selectVal.js(察看通知时动态显示的JS调用) systel文件夹内是整站的DIV+CSS设置 DLL文件夹内是服务器需要注册
Playfair
- 最近在学密码学,这一个实现playfair加密算法的java类,主要包括构造函数、加密函数和解密函数,还有几个辅助函数,附有测试类,在控制台下运行的。-A recent study of cryptography, which playfair encryption algorithm to achieve a java class, mainly including constructor, encryption and decryption function, a function, and
MD5
- asp实现的MD5加密源码,很简单实用,VBscr ipt实现的函数-asp source code to achieve the MD5 encryption is very simple and practical, VBscr ipt function to achieve
CtyptoUtil
- 基于java 的MD5加密,主要使用MD5单向函数 密钥可以自己约定。B/S架构还是比较合适的-Based on the MD5 encryption java
phpenv2.1
- C1G的PHP探针的一部分功能: +自定义风格 -自带三种风格 +PHPINFO显示 +可以显示服务器运行时间 +自定义公告 -探针尾部可以写上联系方式等公告(支持HTML),适合空间商和空间收集狂 +服务器特性 -服务器时间 -服务器域名 -服务器操作系统 -服务器解译引擎 -PHP版本 -本文件路径 ...等等 +PHP基本特性 -显示错误信息display_errors -自动定义全局变量re
asp_ucenter_server
- 上的一些代码号称UCenter 整合ASp,但是大部分都没有一个实例,只有一个加密解密函数,很多新手无法利用其进行实际应用。 近期公司网站项目--课堂无忧 需整合asp ucenter,研究了一把UCenter,写了这个范例程序,虽然只简单写了登陆和注册部分功能的实现,其余模块您可以依葫芦画瓢。整合原理,见文章:http://hi.baidu.com/rekung/blog/item/bbeed6139c4cd7c3c2fd78d9.html-The number of code known
PHPweb-jiami
- 网络与网站技术的发展,数据加密在企业信息网络中的应用越来越广。针对PHP数据加密的特点,探讨了PHP内置的加密函数crypt()、md5()以及扩展库━Mcrypt、Mhash在身份验证等网络安全中的应用-With the development of the Web s technology,the data encryption in the enterprise s information network has more and more applications.The PHP bui
Lab1_3_1
- 1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文
encrypt
- 此代码段为一个字符串加密解密函数,通过一个唯一的key值设置加密的文件密钥和解密文件。-This code segment to a string encryption and decryption functions, set the file encryption key and decrypt the file with a unique key value....
GeneralHashFunctions_-_Java
- 各种Hash函数(JAVA版) 大量的Hash函数,在进行一些加密环境下使用 -Various Hash functions (Java Edition)
www
- 加密 数字签名 文件加密 利用java封装好的包里面的函数写的 希望对大家与帮助-Encrypted digital signature file encryption
sanxun-js
- 电信闪讯用户名加密JS脚本,使用到MD5的函数,需引用-Chinanet sanxun encrypted username JS scr ipt that uses the MD5 function, to be cited
Encrypt
- JAVA编写的加密算法,包括md5加密,sha加密,md5,sha双重加密。包含测试函数,项目中基本上都要使用到的工具类。-Encryption algorithms written in JAVA, including encryption md5, sha encryption, md5, sha double encryption. Contains the test function, the project is basically to have to use the tools.
Md5
- 用MD5加密函数实现对数据的加密操作,并将结果输出。(Use MD5 encryption function to encrypt the data and output the result.)