搜索资源列表
JudgePaper
- 上机考试答卷在软盘上,盘上,盘上有加密的准考证号和存放答题结果的文件。与本程序配套的还有一解密程序,负责将加密的准考证号解密到C:\\zkz\\test20.txt文件中。当阅卷者点击“判新卷”时,本程序就从上述文件读取准考证号并显示到准考证号的文本域中。 附带有详尽的文档说明。-plane examination of the respondents on the floppy, disk, the disk is encrypted and stored ticket Examinati
ahoo
- 1.大小写金额转换.java 2.用JAVA程序取得IP地址 3.在Servlet与JSP中取得当前文件所在的相对路径与绝对路径 4.加密解密算法 5.JSP中文乱码.pdf
bcpkix-jdk15on-147
- pkcs7包,加密,解密,签名,与验签-pkcs7 package
javascript_bm_tool
- 用javascr ipt写的加密与解密小工具.-Using javascr ipt to write the encryption and decryption gadget.
DesEncrypt
- * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
DesEncrypt
- DES加密DES,使用java编译,使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储.。-DES encryption DES, using the java compiler, using DES encryption and decryption, can byte [], String type of encryption and decrypt the ciphertext can use String, byte [] m
MD5Str
- 字符串的加密与解密功能的java源代码类,可以自定义加密的字符。-String encryption and decryption function of java source code for classes, you can customize the encrypted characters.
proj_7
- 有jFRAme实现的简单的加密与解密的文本系统,其中有管理员登陆的页面设计。。对于初学者是很好的范例-There jFRAme achieve simple text encryption and decryption system, including Administrator landing page design. . Is a good example for beginners
Password
- 密码加密与解密 对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
Theartencryptionnddecryptionwiththebooksourcecode.
- Java加密与解密的艺术配书源代码 The art encryption and decryption with the book source code -The art encryption and decryption with the book source code
java
- 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
Java-art-encryption-and-decryption
- Java加密与解密的艺术。适合对加密学习的开发者参考使用-Java encryption and decryption of art. Suitable for encryption developers learning to use reference
java-pragram
- 上传内容为5个java程序,实现的功能分别为:1、模拟windows系统的记事本。 2、xp系统下的文件、目录操作。 3、使用栈数据结构写成的一个计算器。 4、xp系统下的文件的加密与解密。 5、一个简单的五子棋游戏-Upload content into five java programs, functions are: 1, system simulation windows notepad. 2, xp system files, directory operat
jiajiemi
- 加解密源程序,是java的源程序,包涵了加密与解密的程序。-Encryption and decryption source code, java source code, includes the encryption and decryption process.
Java-Encode
- ava加密与解密的艺术.rar 完整源代码 欢迎下载研究-java encryption and decryption algorithms related example
org.tool
- 打包了BASE64转码、AES与RSA的加密与解密,方便大家调用。-Packaged BASE64 transcoding, AES and RSA encryption and decryption, to facilitate call.
Blowfish
- 算法、blowfish,加密与解密-Algorithm, blowfish, encryption and decryption ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
ALGORITHEM
- 文件加密与解密工具,源码在src文件夹下,需编译。-File encryption and decryption tools, source code in the src folder, to be compiled.
TripleDES
- 一个用Java实现的三重des加密与解密过程的程序-triple des encryption
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~