搜索资源列表
-
0下载:
本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量应用于Internet的开发。-This paper presents the Java environment IDEA how to achieve symmetric encryption algorithm. As e-com
-
-
0下载:
java实现的3des加密算法,本算法是按照VC的算法实现的。本源代码只是用来学习3des,如果要完全实现微软的3des加密功能,还有许多工作去做。,3des encryption algorithm java implementation, this algorithm is implemented in accordance with VC algorithm. Origin code is only used to study 3des, if we are to achieve Micr
-
-
0下载:
此源代码为由JAVA编写的对称加密算法AES,详细编写了各个变换。-This source code is written in JAVA grounds of symmetric encryption algorithms AES, elaboration of the various transformations.
-
-
0下载:
使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
-
-
0下载:
基于混沌加密算法的图像加密软件,使用Java awt做的界面设计-Image encryption algorithm based on chaotic encryption software, to use Java awt to do interface design
-
-
0下载:
j2me上实现AES的加密,由于在j2me上需求调动BouncyCastle的包,其中出现不足128位需求补充的问题-j2me achieve AES encryption, due to demand in j2me on BouncyCastle mobilization of the package, which occurred less than 128 to add the issue of demand
-
-
0下载:
用Java开发的加密程序,使用三重DES加密方案有效提高安全性-Encryption program written in Java, using the Triple DES encryption scheme is effective to improve security
-
-
0下载:
高级加密标准(AES)是一个用来代替数据加密标准(DES)的算法。目前使用的一般为128,196和256位密钥,这三种密钥都是
相当安全的-Advanced Encryption Standard (AES) is used to replace the Data Encryption Standard (DES) algorithm. Currently used in general for 128,196 and 256-bit keys, these three keys are
-
-
0下载:
md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
-
-
0下载:
JDK:1.40以上
说明:文件加密
加密方法:三重DES加密
加密过程:对选中的文件加密后在同文件夹下生成一个增加了".tdes"
-JDK: 1.40 and above Descr iption: file encryption encryption: Triple DES encryption encryption process: the selected file encryption in the same folder to generate a an incre
-
-
0下载:
利用java实现文件的AES加密功能
This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format.
Requirements
The Java AES Crypt package only works in Java 6, but can be
-
-
0下载:
AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
-
-
0下载:
该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
-
-
0下载:
这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
-
-
0下载:
Modules : 1. Conversion of secret color image into Gray scale
Image.
2. Encryption by Half toning.
3. Generation of shares.
4. Selection of Secret information pixels.
5. Encrypt the shares.
6. Reveli
-
-
0下载:
一种Fibonacci序列变换空域加密算法和解密算法。利用Fibonacci序列产生密钥,实现图像空域加密。-The airspace of a Fibonacci sequence transform encryption algorithm and decryption algorithm. The use of Fibonacci sequence generated key encryption to achieve the image airspace.
-
-
0下载:
运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
-
-
0下载:
这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
-
-
0下载:
this is aes encryption on java
-
-
1下载:
java代码实现RSA加密算法,有图形化界面-RSA encryption/edcryption algorithm implements. Writed in java. With user interface.
-