登录
首页 » Visual C++ » AES

AES

于 2020-07-04 发布 文件大小:2265KB
0 171
下载积分: 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 个回复

  • 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
  • RSA算法
    信息安全中的RSA算法,界面简单明了,功能齐全(information security of the RSA algorithm, simple interface, the full range of functions)
    2005-07-01 17:50:39下载
    积分:1
  • RSA-KEY
    RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序(RSA public key encryption program)
    2013-09-06 09:42:15下载
    积分:1
  • Elite-E-Professional-V2.2
    用于车型定位识别所用的加密狗文件,非常实用(Dongle for vehicle location identification file used, very practical)
    2017-03-28 09:01:14下载
    积分:1
  • diban
    转下的源代码程序,此程序需要密码,但可以正常使用,并可对后台进行部分修改(Transfer the source code under the program, this program requires a password, but can be used normally, it may also be part of the background changes)
    2009-12-14 23:09:16下载
    积分:1
  • LCCrypto_Src
    本程序可以在 PE 文件的结尾增加一个新节,从而在已被“加密”的程序开始运行时,要求输入密码。(This procedure can be the end of the document in the PE to add a new section, which has been in the encryption process to start running when asked to enter a password.)
    2008-02-29 09:29:32下载
    积分:1
  • EDstar
    一个袖珍的vc++加密软件,同时还可以解密,加密文件的范围挺大的,几乎所有文件都可以加密,输入密码并解密,好像不是真正意义的加密,只不过是用文件额外加密的方法进行加密,较早时候的程序,不过编译还是顺利的。 (A pocket-sized vc++ encryption software, but also can decrypt encrypted files the scope of getting bigger, almost all the files can be encrypted, enter the password and decrypt the encryption does not seem real, but the file is an additional method of encryption to encrypt Earlier procedures, but the compiler is still smooth.)
    2009-12-05 20:34:39下载
    积分:1
  • rsa
    rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A)(#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A))
    2012-05-16 11:09:35下载
    积分:1
  • RegistryKey
    说明:  获取硬盘物理序列号,用来对软件加密,vs2008工程。(HD number)
    2010-04-14 13:53:13下载
    积分:1
  • FlexNet-Publisher-Licensing-Toolkit_Install_V11
    FlexNet Publisher Licensing Toolkit 11.9.1 Installation Guide
    2012-01-07 18:49:56下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载