搜索资源列表
rsa算法
- java自行开发rsa-developed rsa
基于JAVA的IDEA实现
- 本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量应用于Internet的开发。-This paper presents the Java environment IDEA how to achieve symmetric encryption algorithm. As e-com
SHA3
- SHA3的Java类,是在Java基础上开发的另外一种Hash函数,具有更好的时间和安全性能-SHA3 Java category is based on the Java Development of another Hash functions, with time and better safety performance
10867_1191820101
- 批量生成指定长度并达到一定强度的密码,用的Java语言开发,适合游戏密码,和各种对密码安全性较高的地方
SHA1
- 实现了SHA1加密算法,只需要sha1.js和SHA1.java 开发环境:JDK1.5,Eclipse,Tomcat5.5.17
aes
- AES的实现.其中有几个类....是用java所开发的一个加解密算法....比较好用好学
DES 加解密的封装和 使用的例子
- 本文介绍了在JAVA开发环境中如何对文件和数据进行有效的加密,特别是里面API的调用-This paper presents the Java development environment and how to document effective data encryption, in particular inside the API ca
rmdemo.rar
- JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。 ,JAVA development, the use of RSA, MD5 developed a simple digital signature software, can be used for documents and information to do a digital signature.
Java_TripleDES
- Java开发的用于简单文字和文件的3DES加密算法,有图形界面,可以自行指定密钥-Java development for the simple text and documents 3DES encryption algorithm, a graphical interface, you can specify their own key
encryption-software
- 用Java开发的加密程序,使用三重DES加密方案有效提高安全性-Encryption program written in Java, using the Triple DES encryption scheme is effective to improve security
JavaEncryptModule
- 用Java实现的DES、RSA和SHA算法。Eclipse开发。-Java achieved by DES, RSA and SHA algorithm. Eclipse development.
sss
- 语言采用java语言开发 采用des加密技术-ssssssssssssssssss
desandrsa
- DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
java
- 文件的加密与解密 Java语言开发 希望能与更多Java爱好者共同探讨-Document encryption and decryption of the Java language to develop with more hope to explore Java enthusiasts
pkcs7signaturesANDverify
- 模拟PKCS#7号标准做的签名及验证程序 Java开发~-Simulation of PKCS# 7 signatures and code according to do Java development ~ validation process
DesUtils
- java开发中的对称加密算法,java源码,下载后在java环境下编译为.class文件后调用即可!-java symmetric encryption algorithm development, java source code, download java compile environment. class file call can be!
java_security_sdk
- 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
minsheng
- 支持以下开发平台:windows,linux,solaris,java,开发者需自己实现网上支付功能,订单内容提交到网银URL之前,通过此开发包中的类对订单信息明文进行加密,加密后的密文通过你网站的80或443端口提交到网银URL,用户在此URl完成支付过程-Supports the following development platforms: windows, linux, solaris, java, developers need to realize their own online
pass
- 用java开发的des加密文件算法。有界面-a des project
凯撒解密
- java开发的凯撒解密系统,该系统能破解简单的凯撒加密的密码(this is a software which can unfold the password)