搜索资源列表
aeslib
- 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
一个用java写的加解密程序
- 一个用java写的加解密程序实现了简单的加密-a written using encryption and decryption procedures to achieve a simple encryption
simple--des
- JAVA实现SimpleDes算法,算法简单,很实用-JAVA SimpleDes algorithm, the algorithm is simple, very practical
moderncrytography
- RSA的JAVA实现,界面很简洁,就三个按钮:生成密钥对,加密文件,解密文件.可以导入文件,但文件长度有限制,这是由于密钥长度而限制的-RSA JAVA interface is very simple, three buttons : Key Generation right, encrypted documents, The declassified document. can import documents, but there are restrictions on the lengt
肖俊.java
- ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
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
sdes
- simple des algo Crypt or De
DES
- Simple Des algorithm with Encript-Decript mode
ImageDeal.java.tar
- 简单的图片加密程序,把原图与作为密钥的图片进行异或操作实现图片的加密,再进行一次异或操作,实现解密-Simple image encryption procedures, the Original and different pictures as a key to achieve the image or operation of encryption, and then once exclusive or operation, to achieve decryption
SSL
- SSL加密简单的服务端和客户端书写.希望对大家有所帮助-SSL encryption simple server and client written.
signnature-DSA
- 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
3DES_java
- 一个完整的3DES加解密方法。代码简单、易懂,适合学习用。-A complete 3DES encryption and decryption methods. Code is simple, easy to understand, for learning purposes.
Java
- Java加密解密算法源码 比较简单,给初学者参考-Java source code encryption and decryption algorithm is relatively simple reference for beginners
BASE64Java
- 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
crc-code
- 纠错算法功能包,实现简单的crc算法计算-Feature Pack correction algorithm to achieve a simple algorithm to calculate the crc
mycipher.java
- 用java编写的用于加密和解密的代码,所用加解密算法为simple DES算法。-Prepared with the java code for encryption and decryption, used as a simple DES encryption and decryption algorithm algorithm.
encode
- 用java实现的简单的异或加密算法,有界面支持,可以设置加密字符串!-With the java implementation of a simple XOR encryption algorithm, interface support, you can set the encryption string!
java
- java加密解密简单实现,给自己学习java的资料-java encryption and decryption is simple to implement, java information to their own learning
用Java实现数字签名
- 信息安全实现一个简单的数字签名系统 ,能够进行简单的文件下载与传输(The realization of a simple digital signature system of information security, can download files and simple transmission)