登录
首页 » Visual C++ » AES

AES

于 2020-07-04 发布 文件大小:2265KB
0 170
下载积分: 1 下载次数: 8

代码说明:

  用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)

文件列表:

AES\AES\AES.cpp
AES\AES\AES.dsp
AES\AES\AES.dsw
AES\AES\AES.h
AES\AES\AES.ncb
AES\AES\AES.opt
AES\AES\AES.plg
AES\AES\AES.vcxproj
AES\AES\AES.vcxproj.filters
AES\AES\Debug\AES.log
AES\AES\Debug\AES.obj
AES\AES\Debug\AES.pdb
AES\AES\Debug\AES.tlog\AES.lastbuildstate
AES\AES\Debug\AES.tlog\CL.read.1.tlog
AES\AES\Debug\AES.tlog\CL.write.1.tlog
AES\AES\Debug\AES.tlog\link.read.1.tlog
AES\AES\Debug\AES.tlog\link.write.1.tlog
AES\AES\Debug\main.pdb
AES\AES\Debug\vc120.idb
AES\AES\Debug\vc120.pdb
AES\AES\Debug\vc60.idb
AES\AES\Debug\vc60.pdb
AES\AES\main.cpp
AES\AES\main.dsp
AES\AES\main.dsw
AES\AES\main.ncb
AES\AES\main.opt
AES\AES\main.plg
AES\AES.sdf
AES\AES.sln
AES\AES.v12.suo
AES\CMAC\AES.cpp
AES\CMAC\AES.h
AES\CMAC\CMAC.vcxproj
AES\CMAC\CMAC.vcxproj.filters
AES\CMAC\Debug\AES.obj
AES\CMAC\Debug\CMAC.log
AES\CMAC\Debug\CMAC.tlog\CL.read.1.tlog
AES\CMAC\Debug\CMAC.tlog\CL.write.1.tlog
AES\CMAC\Debug\CMAC.tlog\CMAC.lastbuildstate
AES\CMAC\Debug\CMAC.tlog\link.read.1.tlog
AES\CMAC\Debug\CMAC.tlog\link.write.1.tlog
AES\CMAC\Debug\main.obj
AES\CMAC\Debug\vc120.idb
AES\CMAC\Debug\vc120.pdb
AES\CMAC\main.cpp
AES\Debug\AES.exe
AES\Debug\AES.ilk
AES\Debug\AES.pdb
AES\Debug\CMAC.exe
AES\Debug\CMAC.ilk
AES\Debug\CMAC.pdb
AES\AES\Debug\AES.tlog
AES\CMAC\Debug\CMAC.tlog
AES\AES\Debug
AES\CMAC\Debug
AES\AES
AES\CMAC
AES\Debug
AES

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

发表评论

0 个回复

  • NDIS
    实现透明加密,驱动模型,文件过滤系统介绍(To achieve transparent encryption, drive model, document filtering system introduced)
    2011-05-19 11:26:20下载
    积分:1
  • psam
    1、 所有密钥的装载与导出都采用密文方式; 2、 密钥管理系统采用3DES加密算法,采用根密钥生成系统、主密钥生成系统、初始化卡生成系统、密钥注入系统四级管理体制; 3、 在充分保证密钥安全的基础上,支持IC卡密钥的生成、注入、导出、备份、更新、服务等功能,实现密钥的安全管理; (1, the loading and export all keys are in cipher text 2, the key management system uses the 3DES encryption algorithm, using the root key generation system, the master key generation system, initialize the card generation system, key injection system four management systems 3, the key to ensure full security, based on the support of the IC card key generation, injection, export, backup, update, and service functions to achieve key security management )
    2011-06-30 09:52:47下载
    积分:1
  • sanpack_rsa_vs2003sln
    看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。(see RSA encryption C downloaded to many people, I have downloaded and slightly altered a bit it looks more comprehensible. New Year threw in a written document RSA encryption, win32dll Compliant with the use of this category, C# to write document encryption and interface, can achieve key to the preservation of any documents and the RSA encryption operation. Give you wish you a happy New Year.)
    2006-09-25 23:18:10下载
    积分: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
  • BM
    说明:  密码学BM算法的C++实现。可计算100阶m序列的生成多项式(Cryptography BM algorithm in C++. Computable 100 m sequence generator polynomial order)
    2013-11-27 17:01:49下载
    积分:1
  • hundunjiami
    说明:  一个关于加密音频,图像的VB程序,功能还算可以,希望可以帮到人!!(One on encryption of audio, images VB program, function OK, the desire to help people! !)
    2021-02-28 17:49:35下载
    积分:1
  • peregv
    VB程序注册机范例,控件简单实用,采用流行且难以破解的算法加密机器码、序列号、注册码,能更好地保护您的软件(VB program RI example, the controls simple and practical, using the popular and difficult to machine code to crack the encryption algorithms, serial numbers, registration codes, can better protect your software)
    2014-03-24 18:07:41下载
    积分:1
  • RSA
    ras加密实现,图形界面.源码附有注释,方便理解。欢迎下载(ras encryption to achieve, graphical interface. annotated source code to facilitate understanding. Welcome to download)
    2009-07-01 16:53:50下载
    积分:1
  • 2qewaeawe31
    FTP, file traversal, VC/C++ download the source code, VC++ FTP demo file 1
    2014-10-29 13:44:18下载
    积分:1
  • 373465435
    基于VB的M5数学密码算法源码,有需要的就下载吧。(VB-based M5 mathematical algorithm source code, there is a need to download it.)
    2013-08-13 23:07:29下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载