登录
首页 » C++ » aes_des

aes_des

于 2015-07-30 发布 文件大小:69KB
0 175
下载积分: 1 下载次数: 16

代码说明:

  AES DES 算法 实现 xcbc cmac ecb cbc ofb cfb pcbc ctr (AES, DES algorithm XCBC cmac ECB CBC ofb CFB PCBC CTR)

文件列表:

aes_des
.......\easy_makefile,549,2015-07-30
.......\enc.exe,66494,2015-03-23
.......\inc
.......\...\AES.h,616,2014-06-25
.......\...\common.h,0,2014-06-25
.......\...\CryptoMode.h,1226,2014-07-08
.......\...\custom.h,133,2014-06-25
.......\...\DES.h,416,2014-06-25
.......\...\mstring.h,461,2014-06-27
.......\...\zt_des.h,699,2014-06-25
.......\main.cpp,23180,2015-03-24
.......\Makefile,1264,2015-07-30
.......\nppBackup
.......\.........\easy_makefile.2015-07-30_093330.bak,549,2014-06-27
.......\.........\easy_makefile.2015-07-30_093336.bak,552,2015-07-30
.......\.........\easy_makefile.2015-07-30_093343.bak,552,2015-07-30
.......\.........\Makefile.2015-07-30_092417.bak,1263,2014-07-07
.......\.........\Makefile.2015-07-30_092631.bak,1271,2015-07-30
.......\.........\Makefile.2015-07-30_092632.bak,1271,2015-07-30
.......\.........\Makefile.2015-07-30_092944.bak,1272,2015-07-30
.......\obj
.......\...\AES_Crypt.o,13633,2014-07-07
.......\...\common.o,288,2014-07-07
.......\...\CryptoMode.o,3745,2014-07-08
.......\...\DES_Crypt.o,6481,2014-07-07
.......\...\main.o,15095,2015-07-30
.......\...\mstring.o,1416,2014-07-07
.......\...\zt_des.o,4200,2014-07-07
.......\src
.......\...\AES_Crypt.cpp,17732,2014-06-25
.......\...\common.cpp,0,2014-06-25
.......\...\CryptoMode.cpp,11497,2014-07-08
.......\...\DES_Crypt.cpp,11904,2014-06-26
.......\...\mstring.cpp,1500,2014-06-27
.......\...\zt_des.cpp,10290,2014-06-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 128 bit AES Pipelined Cipher
    The Advanced Encryption Standard (AES) specifies a FIPS- approved cryptographic algorithm that can be used to protect electronic data.  The AES-128 pipelined cipher module uses AES algorithm which is a symmetric block cipher to encrypt (encipher) information. This module is optimized for speed as it pipeline hardware to perform repeated sequence called round
    2022-01-25 21:48:15下载
    积分:1
  • c++的基于openssl实现的简单aes文件
    c++的基于openssl实现的简单aes文件加密类 -c++ realize openssl based on a simple type of file encryption aes
    2022-02-06 15:02:34下载
    积分:1
  • VI-password-crack
    破解VI的密码,两种方法可用,MD5算法(Two methods for password crack of vi)
    2021-05-13 20:30:02下载
    积分:1
  • 这个是MD5算法C的源代码,希望对大家有用
    这个是MD5算法C的源代码,希望对大家有用-This is the MD5 algorithm C source code, in the hope that useful to everybody
    2023-03-09 12:50:03下载
    积分:1
  • 在卡片上管理码的工具。码被标注并集体存储在卡片上。因此这是一个安全存储码的方法
    在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密码的方法-on the card password management tool. Tagging password encryption and collective memory on the card. So this is a safe method of storage of passwords
    2022-07-15 09:55:49下载
    积分:1
  • A5 algorithm on the small program
    关于A5算法的小程序-A5 algorithm on the small program
    2022-03-26 05:29:58下载
    积分:1
  • dos environment sequence drives the use of encryption procedures
    dos环境下的利用硬盘序列号加密的程序-dos environment sequence drives the use of encryption procedures
    2022-02-15 19:34:51下载
    积分:1
  • zishiyingjiami
    为了提高图像加密算法的鲁棒性,提出了一种新的自适应图像加密算法。首先,把任意大小的灰度或彩 色图像分成2 × 2 子块 然后,用左上角子块的像素灰度值和Chebyshev 混沌映射构造与右上角子块等大的矩阵,用该 矩阵对右上角子块进行像素灰度值替换 最后,按顺时针对每个子块进行加密,直到左上角子块加密完毕。该算法不 依赖于图像的大小,而且适用于灰度图像和彩色图像,因而有很强的鲁棒性。同时灰度值扩散机制的引入使得该算 法具有良好的扩散性和扰乱性。(This paper presented a new self-adaptive image encryption algorithm so as to improve its robustness. Under this algorithm, a gray image or color image was divided into 2 × 2 size blocks. A corresponding size of matrix in the top right corner was created by the pixel gray-scale value of the top left corner under Chebyshev mapping. The gray-scale value of the top right corner block was then replaced by the matrix created before. The remaining blocks were encrypted in the same manner in clockwise until the top left corner block was finally encrypted. This algorithm is not restricted to the size of image and it is suitable to gray images and color images, which leads to better robustness. Meanwhile, the introduction of gray-scale value diffusion system equips this algorithm with powerful function of diffusion and disturbance.)
    2021-04-20 23:18:50下载
    积分:1
  • RC4
    对RC4加密解密代码,可以自行修改密钥!类可以直接调用(RC4 encryption and decryption code, you can modify the key! Class can be called directly)
    2020-10-13 23:17:31下载
    积分:1
  • RSA_algorithm_c++
    说明:  采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。(Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.)
    2008-09-30 17:45:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载