当前位置:
首页 资源下载
搜索资源 - aes encryption using java
搜索资源列表
-
0下载:
SHA加密算法打包文件,电子商务可能会用到此算法加密,去掉后缀“.rar”使用,SHA encryption algorithm packaged documents, e-commerce may be encrypted using this algorithm, remove the suffix " . Rar" use
-
-
0下载:
simplified AES without using java or max
-
-
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下载:
AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
-
-
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 加密 与解密 算法的实现 ,对人以文本采用aes 加密,最终可以aes解密。-aes encryption and decryption algorithm, on the text using aes encryption decryption aes ultimately.
-
-
1下载:
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。-
-
-
0下载:
使用java实现高级加密算法AES加密以及解密-Achieved using advanced encryption algorithm AES java
-
-
0下载:
用java语言实现了AES加密算法的核心算法RIJINDAEL。-Using java language to implement the AES encryption algorithm is the core algorithm RIJINDAEL.
-
-
0下载:
bouncycastle 一个开源的 java 包,可以提供一些加密算法的实现. 使用这个包进行 DES AES RSA SHA ECG SHA MD5 等加密算法 .算法不像jre里面哪有有限制,是可以使用 256 位密钥 android 里面的加密算法就是使用这个包 ! 适合一些不想依赖于 jre 加密实现的或者没有该环境的软件 .-<bouncycastle> an open source java package can provide encryption algorith
-
-
0下载:
java语言实现AES算法,使用Java封装的加解密类中的方法实现AES-java language AES algorithm, the method AES encryption and decryption using the Java package class
-
-
0下载:
AES算法加密解密,只实现了单行密文加密,注释还蛮清楚的,Java实现,包含界面,简单的Java SE应用。-Encryption and Decryption through AES algorithm using Java.
-
-
0下载:
java写的加密程序,能分别使用AES和DES加密解密文件。-written in java encryption program can decrypt files using AES and DES encryption.
-
-
0下载:
用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step of the detailed display
-
-
0下载:
用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程,包含生成密匙,加密文件,用密钥k解密文件-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step shown in detail, including key generation, encryption, file with the key k to decry
-
-
2下载:
此AES测试用例,使用的加密方式和填充方式是AES/ECB/PKCS5Padding
博主仅仅写了密钥正好是128位时java和delphi的加密解密,192位和256位还没有写,不过应该可以举一反三的,
后续会将192位和256位的加密解密也写出来,请关注http://blog.csdn.net/kunlun122/article/details/29270219-This test AES encryption mode and fill mode using AES/E
-
-
0下载:
java project for encryption and decryption using AES algorithme and RSA algorithme, text encryption or images, text file or others formats.
-
-
0下载:
用java实现的使用AES加密算法对二进制bin文件进行加密,生成的也是bin文件。用途:当需要网络传输编译好的bin文件代码时,就可以先加密,传输完以后解密,保证数据的安全,软件带有解密功能,试验过,解密正确。-Using Java implementation using AES encryption algorithm for binary bin file is encrypted, the generated is bin file.Purpose: when you need to
-
-
0下载:
用Java编写AES加密算法,实现加密解密过程(Using Java to write AES encryption algorithm to achieve encryption and decryption process)
-
-
0下载:
Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
-