利用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 easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp
标签: Java AES AESCrypt contains
上传时间: 2017-02-11
上传用户:kiklkook
TFT液晶屏驱动模块Verilog源码。实现方法:XC95288+K6R4008,K6R4008主要用作帧缓冲区,此模块仅支持256色
上传时间: 2017-02-15
上传用户:yxgi5
delphi实现加密算法 CRC32-Dym.................CRC32算法动态码表实现 \CRC32-Static..............CRC32算法静态码表实现 \MD5.......................MD5算法示例 \SHA.......................SHA算法示例 \DES.......................DES算法示例 \2DES......................双重DES算法示例 \3DES......................两个密钥的三重DES算法示例 \3DES3.....................三个密钥的三重DES算法示例 \Blowfish..................BlowFish算法示例 \AES.......................AES算法示例 \RSA.......................RSA算法示例 \BASE64....................BASE64算法示例
上传时间: 2017-02-15
上传用户:杜莹12345
提供JAVA源码,加密解密4种算法,AES, DES ,RSA ,SHA-1,
上传时间: 2017-03-01
上传用户:缥缈
This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the user is used as the source message from which the hash code (key) is generated using the SHA algorithm. Then this key is used to enctypted the data in the file(s). This key is stored in the encrypted file along with the encrypted data.
标签: demonstrates encryption functions implement
上传时间: 2017-03-08
上传用户:xuanchangri
This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the user is used as the source message from which the hash code (key) is generated using the SHA algorithm. Then this key is used to enctypted the data in the file(s). This key is stored in the encrypted file along with the encrypted data.
标签: demonstrates encryption functions implement
上传时间: 2014-01-10
上传用户:yyq123456789
51单片机实现定点dft功能,采样点128或256,已通过调试
上传时间: 2013-12-27
上传用户:hebmuljb
uC_OS_任务数扩充的理论与实现.这是一篇论文,介绍如何扩大ucos2的任务数到256
上传时间: 2013-12-29
上传用户:lacsx
ES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。 AES 是一个新的可以用于保护电子数据的加密算法。明确地说,AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据 的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换(permutations )和替换(substitutions)输入数据。Figure 1 显示了 AES 用192位密钥对一个16位字节数据块进行加密和解密的情形。
标签: Encryption Advanced Standard The
上传时间: 2017-04-05
上传用户:阳光少年2016
文件加密器使用说明 本软件可以加密需要保护的数据文件,加密算法使用 AES(美国 NIST 的高级加密标准),软件包含两个可执行文件,其中一个是有窗口,另一个是控制台程序,方便批处理。使用方法很简单,窗口程序选择一个文件,然后设置密码,点击执行就可以了,解密步骤同上,除了要选择解密按钮之外。在加密的时候可以设置加密强度,默认使用中等级别(对应 AES-192),其他高对应 AES-256,低对应 AES-128,级别越高加密文件需要的时间越长,相应的解密也更加耗时。控制台程序使用 /? 命令选项察看详细帮助。 使用 WTL 开发
上传时间: 2014-11-28
上传用户:pkkkkp