登录
首页 » Visual C++ » Cryptography-and-Network-Security

Cryptography-and-Network-Security

于 2013-11-01 发布 文件大小:895KB
0 99
下载积分: 1 下载次数: 4

代码说明:

  用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)

文件列表:

Cryptography and Network Security
.................................\AES
.................................\...\AES.cpp,9199,2013-06-20
.................................\...\AES.vcxproj,4002,2013-06-19
.................................\...\AES.vcxproj.filters,929,2013-06-19
.................................\...\Debug
.................................\...\.....\AES.lastbuildstate,116,2013-06-20
.................................\...\.....\AES.log,3185,2013-06-20
.................................\...\.....\AES.obj,22548,2013-06-20
.................................\...\.....\CL.read.1.tlog,2422,2013-06-20
.................................\...\.....\CL.write.1.tlog,942,2013-06-20
.................................\...\.....\link-cvtres.read.1.tlog,2,2013-06-20
.................................\...\.....\link-cvtres.write.1.tlog,2,2013-06-20
.................................\...\.....\link-rc.read.1.tlog,2,2013-06-20
.................................\...\.....\link-rc.write.1.tlog,2,2013-06-20
.................................\...\.....\link.5724-cvtres.read.1.tlog,2,2013-06-20
.................................\...\.....\link.5724-cvtres.write.1.tlog,2,2013-06-20
.................................\...\.....\link.5724-rc.read.1.tlog,2,2013-06-20
.................................\...\.....\link.5724-rc.write.1.tlog,2,2013-06-20
.................................\...\.....\link.5724.read.1.tlog,2,2013-06-20
.................................\...\.....\link.5724.write.1.tlog,2,2013-06-20
.................................\...\.....\link.9508-cvtres.read.1.tlog,2,2013-06-20
.................................\...\.....\link.9508-cvtres.write.1.tlog,2,2013-06-20
.................................\...\.....\link.9508-rc.read.1.tlog,2,2013-06-20
.................................\...\.....\link.9508-rc.write.1.tlog,2,2013-06-20
.................................\...\.....\link.9508.read.1.tlog,2,2013-06-20
.................................\...\.....\link.9508.write.1.tlog,2,2013-06-20
.................................\...\.....\link.read.1.tlog,2164,2013-06-20
.................................\...\.....\link.write.1.tlog,620,2013-06-20
.................................\...\.....\vc110.idb,52224,2013-06-20
.................................\...\.....\vc110.pdb,77824,2013-06-20
.................................\...\.....\Դ.obj,25668,2013-06-19
.................................\CMAC
.................................\....\CMAC.cpp,9021,2013-06-20
.................................\....\CMAC.vcxproj,4004,2013-06-19
.................................\....\CMAC.vcxproj.filters,942,2013-06-19
.................................\....\Debug
.................................\....\.....\CL.read.1.tlog,1346,2013-06-20
.................................\....\.....\CL.write.1.tlog,486,2013-06-20
.................................\....\.....\CMAC.lastbuildstate,116,2013-06-20
.................................\....\.....\CMAC.log,3127,2013-06-20
.................................\....\.....\CMAC.obj,20862,2013-06-20
.................................\....\.....\link-cvtres.read.1.tlog,2,2013-06-20
.................................\....\.....\link-cvtres.write.1.tlog,2,2013-06-20
.................................\....\.....\link-rc.read.1.tlog,2,2013-06-20
.................................\....\.....\link-rc.write.1.tlog,2,2013-06-20
.................................\....\.....\link.read.1.tlog,2172,2013-06-20
.................................\....\.....\link.write.1.tlog,630,2013-06-20
.................................\....\.....\vc110.idb,44032,2013-06-20
.................................\....\.....\vc110.pdb,77824,2013-06-20
.................................\Cryptography and Network Security.sdf,2293760,2013-06-23
.................................\Cryptography and Network Security.sln,1327,2013-06-19
.................................\Debug
.................................\.....\AES.exe,38912,2013-06-20
.................................\.....\AES.ilk,232880,2013-06-20
.................................\.....\AES.pdb,445440,2013-06-20
.................................\.....\CMAC.exe,38400,2013-06-20
.................................\.....\CMAC.ilk,241916,2013-06-20
.................................\.....\CMAC.pdb,453632,2013-06-20

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

发表评论

0 个回复

  • exponentiation-algorithm
    快速取模指数算法,C++编写,下载即可编译运行,RSA算法里面需要用到的(Take the fast modular exponentiation algorithm, C++ to prepare, you can compile and run the download, the RSA algorithm which need)
    2012-04-26 10:00:30下载
    积分:1
  • RegistryKey
    说明:  获取硬盘物理序列号,用来对软件加密,vs2008工程。(HD number)
    2010-04-14 13:53:13下载
    积分:1
  • vc_des_class_revision
    des加解密的算法,不错的字符串加密与解密(des encryption and decryption algorithms, a good string encryption and decryption)
    2008-07-03 14:06:20下载
    积分:1
  • wugacsp 非对称钥的生成、导入、导出、
    这两个工程主要用CSP 1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。 2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。(these two works mainly with a CSP. CSPTEST comparison was made mainly to the chaos when a friend called to refer to the completion of the non-symmetric key generation, importing and exporting, encryption, decryption, symmetric encryption and decryption, signature, the certification. 2, CSTTEST2 write better than in the previous months, but usually go to work and finish their own toilet paper so I spent the time is not too much, all of the lazy. For instance, file size I have not used the NEW 1024 and designated a need to amend their friends. The project mainly non-symmetric keys to the Export and Import, there is the session key operation.)
    2020-06-27 10:00:02下载
    积分:1
  • RSA
    RSA公钥加密程序,可实现密钥对生成,加解密任意字符串功能。MFC界面。(RSA public key encryption program, enabling the key pair generation, encryption and decryption functions of arbitrary strings. MFC interface.)
    2008-08-07 10:36:19下载
    积分:1
  • Affine
    本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题(This procedure is affine password encryption and decryption, written in C, tested no problem)
    2012-05-11 02:21:27下载
    积分:1
  • ATSHA204
    atmel系列加密芯片资料,ATSHA204芯片手册。希望对编写驱动的朋友有所帮助!(Atmel series data encryption chip, manual ATSHA204 chip. Hope to write a driver for friends to help!)
    2016-03-01 15:29:14下载
    积分:1
  • RSA-KEY
    RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序(RSA public key encryption program)
    2013-09-06 09:42:15下载
    积分:1
  • imgecrypt_cpp
    说明:  用C++实现的图像加密和解密算法代码,功能强大(Using C++ implementation of image encryption and decryption algorithm code, powerful)
    2010-04-12 18:49:30下载
    积分:1
  • P2P
    文件的加密传输,用到了各种加密算法 MD5 RSA (File encryption MD5 RSA )
    2010-03-05 16:21:08下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载