搜索资源列表
aes-java
- 用java实现的一个aes加密器,但没有仔细看不知是否有错的地方-with java achieve a Orangk'aes encryption devices, but no closer look I do not know whether there is something wrong places
AES_in_java
- 用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat-with java prepared by the AES encryption and decryption procedures, procedures required under the same directory as key.dat encryption and decryption keys, and the output ci
FileEncrypt
- 文件加密程序,采用了系统提供的md5和AES加密两种方式。
sha1.jar.rar
- SHA加密算法打包文件,电子商务可能会用到此算法加密,去掉后缀“.rar”使用,SHA encryption algorithm packaged documents, e-commerce may be encrypted using this algorithm, remove the suffix " . Rar" use
GUI.rar
- java算法实现AES、DES、3DES、MD5、RSA五种加密算法,java algorithm AES, DES, 3DES, MD5, RSA encryption algorithm five
securit
- AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
lab1
- 提供JAVA源码,加密解密4种算法,AES, DES ,RSA ,SHA-1,-Provide JAVA source, four kinds of encryption algorithm, AES, DES, RSA, SHA-1,
aes-JAVA
- 用JAVA 写的AES算法加密-java aes
AES
- AES算法的实现过程,实现了AES的加密和解密过程
FST
- 综合三种加密算法: 1.AES对称加密算法 2.RSA非对称加密算法 3.MD5消息摘要算法 实现类PGP的文件网络安全传输系统,附带系统运行用例说明书。-Composite of three encryption algorithms: 1.AES symmetric encryption algorithm 2.RSA asymmetric encryption algorithm 3.MD5 PGP message digest algorithm class files
aes12
- AES加密解密Android版 网上有很多java版的AES加密解密例子代码,但都因为路径问题,在Android上无法使用. 以下代码在Android上测试通过 -AES encryption and decryption Android version of the online have many java version of the AES encryption and decryption example code, but because the path pro
aestest
- 自己写的,一个实现AES加密算法的代码例程,没有密钥扩展-failed to translate
Aes-javA
- ava API封装的有各种加密算法的,此源码只供交流AES密码算法的精妙及其程序实现-AES JAVA
rsa
- 一个移动客户端与服务端安全交互的解决方案。 针对: http://my.oschina.net/kaster/blog/130940 客户端使用AES加密报文,使用RSA公钥加密AES密钥 服务端使用私钥解密AES密钥,再使用AES密钥解密密文 隐掉了数据压缩部分-A mobile client and server security solutions that interact. For: http://my.oschina.net/kaster/bl
AES
- AES加密程序,对一个文件或文档进行加密-AES encryption for encrypting a file or document
AES
- AES加密 通过以字节数组的读取,对字节数组加密,解密用相同的秘密-AES encryption
aes
- 用java scr ipt编写的AES加密模块,可直接调用-AES module writen by js
AES
- AES加密算法的JAVA实现,可以实现对文字、文件的加密解密功能。-AES encryption algorithm JAVA implementation can be achieved on the text, file encryption and decryption functions.
AES
- 使用ECB,CBC,CFB,OFB,CTR五种模式进行AES加密解密-AES mode ECB,CBC,CFB,OFB,CTR
JAVA实现AES算法+界面
- 利用java语言实现了aes加密算法的编程以及界面(The programming and interface of AES encryption algorithm is realized by java language.)