搜索资源列表
aes
- Advanced Encrypt Algorithm (AES) is a symetric method to crypt message or document
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
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
encrypter
- source code for testing AES algorithm for adding authentication code to a message. I hpoe to finish this project and update it soon.-source code for testing AES algorithm for adding authentication code to a message. I hpoe to finish this project
assig
- Decrypt.java is a program that uses AES-128 to decrypt a message. The program accept 3-command line arguments " cipher_file key_file target_file"-Decrypt.java is a program that uses AES-128 to decrypt a message. The program accept 3-command line ar
javaMail
- 该系统同样是在MFC的框架上进行编写。系统实现过程如下:用POP3协议完成邮件接收,用SMTP协议完成邮件的发送,并且对原文内容进行AES加密。然后对AES的密钥进行RSA加密,并将加密后的AES密钥随邮件的正文一起发送给接收方。而接收方在收到邮件之后,首先还原出AES密钥,接着对邮件的内容进行解密,还原出邮件正文。-The system is also in preparation on the MFC framework. System implementation process is a
kzs20110128.tar
- 一个xml报文解析,组报文的,和相关的报文加密(AES CBC_NOPADING)的c程序。-Xml parsing a packet, group message, and the related message encryption (AES CBC_NOPADING) of the c program.
AESPforPDEL
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位长度的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 -AES is a safety code standards for message encryption. It supports 128, 192 and 256 of the length of the key
AES-Rijndael
- 实现了AES加解密算法的Rijndael算法。密钥长度支持128、192和256比特,明文分组支持128、192和256长度,密钥和明文长度可两两组合。-Realize the AES encrypting. The Key includes 128bit, 192bit and 256bit. And so is the message. They can be combined with each other.
AES
- ES is a symmetric block cipher. The same key is used to encrypt and decrypt the message. The plain text and the cipher text are the same size. The Aes algorithm works as follows: Convert to state array: This step consists of conversion on the
AES_SOURCE
- AES算法源代码,128位明文,192位密文-algorithm of AES,message of 128 bits,key of 192 bits
PMAC
- 是在VS2010上对消息认证码PMAC的动态链接库编译。PMAC是一种基于AES分组算法的消息认证码,于2002年提出,安全性强。-Is a dynamic link library compiled on VS2010 for message authentication code of PMAC. PMAC is a grouping algorithm based AES message authentication code, proposed in 2002, strong safet
AES
- 信息与通信安全中的AES加密算法实现,以及基于AES的CMAC(基于分组密码的消息认证)。-Information and communication security AES encryption algorithm, and AES-based CMAC (cipher-based message authentication).
AES_Decrypt
- this file includes the simulation of dcryptinion of AES cipher system which would be used for reconstructing the plaintext or message in a communicarion system.
wenjianjiami
- Android项目源码基于安卓平台的文件加密其他功能如下:加密小软件。使用的是GBK编码.该源码分为6个功能。 1.文件加密。需要手动输入需要加密的文件名字,如果名字存在会进入加密界面,加密方式有3种 (1)DES (2)DESede (3)AES 输入自己特定的密匙还输入加密文件的名字。 2.文件解密。与文件加密类似。 3.可以对文件进行数字签名,签名认证和生成密匙。密匙的大小分为512 768 1024. 4.报文鉴别。可以生成鉴别码和可以鉴别文件。(两种类型MD5和SHA1
wjjmym
- 文件加密器是一个静默卸载手机上已经安装的app的小例子,翻了下菜单看了有文件加密、文件解密、报文鉴别、编辑文件、删除文件等功能,加密有des、desede、aes三种算法,因为小编不了解加密解密这一块所以就不妄加评论技术细节了,了解这一块的朋友自己下载研究一下吧,默认编译版本4.2.2编码GBK源码有简单注释。-File encryption device is already installed on a silent uninstall mobile app small example, t
brix-crypto-js-3.1.9-1-0-g0596fae
- CryptoJS (crypto.js) 为 Javascr ipt 提供了各种各样的加密算法。目前已支持的算法包括: MD5 SHA-1 SHA-256 AES Rabbit MARC4 HMAC HMAC-MD5 HMAC-SHA1 HMAC-SHA256 PBKDF2-var digest Crypto.MD5( Message ) var digestBytes
Steganography6
- Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
Hello
- Use of AES for message passing