-
Rijndael_aes
Rijndael加密算法的一个实现,可用来对文件及字段进行加解密,并利用mfc做了界面(An implementation of Rijndael encryption algorithm, can be used to encrypt and decrypt files and fields, and made use of the interface mfc)
- 2011-05-04 11:27:22下载
- 积分:1
-
MD5_RSA
本源代码,综合了DES,RSA,MD5等几种加密的方法于同一工程中,可以让读者对各种加密方法的实现通过代码实现过程的比较,更好的理解几种软件加密方法(Source code, a combination of DES, RSA, MD5 encryption method, such as several in the same project, will allow readers to a variety of encryption methods to achieve the realization of the process through code comparison, a better understanding of several software encryption methods)
- 2008-05-19 09:32:33下载
- 积分:1
-
des
des经典加密算法,实现数据交互过程中的保密(des classical encryption algorithm, data confidentiality during the interaction)
- 2013-12-19 18:38:55下载
- 积分:1
-
sha256
SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc)
void SHA256Update (SHA256Context *sc, const void *data, uint32_t len)
void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE])
第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
- 2021-04-27 09:28:44下载
- 积分:1
-
MD5VB2010
MD5VB2010实现MD5加密,计算机VB程序(MD5VB2010 achieve MD5 encryption, computer VB program)
- 2013-12-11 09:24:32下载
- 积分:1
-
Paillier
一种加密算法,可以直接对密文进行操作,而不需要知道相应的明文。(homomorphic encryption)
- 2013-03-19 08:57:30下载
- 积分:1
-
df
说明: 信息安全相关,经典加密算法A5,通过编译(Information security-related, classic encryption algorithm A5, through compiler)
- 2008-12-17 19:09:12下载
- 积分:1
-
DES-disk-system
以C++语言在微机上实现了美国数据加密标准DES。可随微机软盘任意路径下的任何文件,加密,加密文件可在软、硬盘任何目录下或在网络中传送;另一方面可对软、硬盘中的任何文件进行解密,解密后的文件除在末尾多出几个空格符外与原文件完全相同,绝不影响EXE文件,COM文件或数据库文件的使用。密钥有加密者在键盘输入8个字符。(In c++ language microcomputer to U.S. data encryption standard DES. With the computer floppy disk arbitrary path of any of the files, encryption, encrypt files can be in soft, hard disk any directory or in the network transmission On the other hand, soft, hard disk to the any classify documents, the decrypted file in the end in a few more the space appears with the original documents are all the same, never affect EXE file, COM file or database files use. Key there are JiaMiZhe in keyboard input 8 characters.
)
- 2011-12-28 22:14:57下载
- 积分:1
-
AES-with-ECC
本文使用ECC加密AES的密钥,再由AES加密明文内容,AES加密强度大,速度快,但是密钥更新繁琐和不安全,由强度很大的非对称密钥算法对AES密钥加密,结合了两方的优点(this programme combine the ECC
with AES.using the ECC to cipher the AES key,and using the AES to cipher the m)
- 2020-06-29 10:20:02下载
- 积分:1
-
DES_Test
DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全(including string and files by DES)
- 2013-10-28 19:46:24下载
- 积分:1