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

Cryptography-and-Network-Security

于 2013-11-01 发布 文件大小:895KB
0 195
下载积分: 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 个回复

  • quantumkey
    量子密钥仿真 量子信息,BB84协议 量子密钥分配,安全通信,量子密码学,进十年内可能取代传统方法(the model of quantum key )
    2009-03-07 09:52:11下载
    积分: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
  • Openssl_File
    说明:  使用openssl实现了文件保险箱,在VC6环境下编译通过。(The use of a document openssl safe, in the circumstances VC6 compiled through.)
    2008-12-02 10:09:07下载
    积分:1
  • ASFDSAF
    题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:     每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 1.程序分析: 2.程序源代码:(Topic: a company USES the public telephone relay data, data is four integers, in the relay in the process is encrypted, encryption rules are as follows: Each Numbers add 5, then use and divided by the number of 10 instead of a remnant, then the first and fourth exchange, the second and third exchange. 1. The program analysis: 2. The source code:)
    2012-05-26 20:07:28下载
    积分:1
  • ibe_set
    椭圆曲线加密算法,设置服务器一步的源代码(elliptic curve encryption algorithm, the step to set up the server source code)
    2007-03-20 19:05:01下载
    积分:1
  • Windows_Password_Logger
    windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取, 在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码, vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。(The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.)
    2012-09-27 11:09:00下载
    积分:1
  • AES
    AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。(AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific implementation method.)
    2010-09-18 10:14:37下载
    积分:1
  • setpassfolder
    加密文件夹,十分好用 使用visual basic环境编程(lock file)
    2013-12-01 17:45:52下载
    积分:1
  • RSA(NTL)
    用VC6.0实现的,运用NTL大整数库实现RSA的加密和解密算法,具有较高的效率!(VC6.0 achieved by applying NTL large integer achieve RSA encryption and decryption algorithms, with high efficiency!)
    2014-04-29 13:34:16下载
    积分:1
  • 0401-3
    椭圆曲线密码算法及其应用论文,对椭圆曲线加解密算法实现具有很好参考价值(Elliptic curve cryptography algorithm and its application papers, the elliptic curve encryption and decryption algorithm to achieve a good reference value )
    2012-04-01 09:16:34下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载