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

Cryptography-and-Network-Security

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

  • md5src
    这个是编译通过的MD5算法,使用的语言是C++,非常好用。(MD5 C++ source code )
    2011-12-09 15:51:58下载
    积分:1
  • softKey-yutian-vb
    自己写的域天加密狗VB使用小例子,32位的加密狗快速开发源代码(Write your own domain days dongle VB use a small example, 32 dongle rapid development of source code)
    2012-09-11 17:29:31下载
    积分:1
  • Shift Cipher
    说明:  一个移位加密算法的源代码,跟大家交流一下。(a shift encryption algorithm source code sharing with you what.)
    2005-12-01 09:21:24下载
    积分:1
  • MD5
    MD5算法描述(略)。 设计一个模拟的系统用户安全登录界面,采用MD5算法实现用户登录口令的安全认证。要求模拟界面至少具有用户口令文件的注册和用户登录时输入的口令是否正确的结果提示两个功能。 (MD5 algorithm description (abbreviated). The design of a simulation system security log user interface, using MD5 algorithm users log on password security authentication. Analog interface requirements at least a registered user password files and user login password is entered when the correct results suggest that the two functions.)
    2008-06-23 11:13:42下载
    积分: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
  • AES-with-ECC
    本文使用ECC加密AES的密钥,再由AES加密明文内容,AES加密强度大,速度快,但是密钥更新繁琐和不安全,由强度很大的非对称密钥算法对AES密钥加密,结合了两方的优点(this programme combine the ECC with AES.using the ECC to cipher the AES key,and using the AES to cipher the m)
    2020-06-29 10:20:02下载
    积分:1
  • Crypt_Vmpc
    VMPC加密解密算法。已对x86优化,其他平台也可用。(VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.)
    2013-07-15 18:51:17下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • VB_CalculateMD5_UseWinAPI
    VB6.0调用Windows系统的API计算MD5码。这个代码跟网上流行的代码相比,具有代码简洁,维护方便,运行效率高等优点。运行速度比用纯VB6实现的快得多。(VB6.0- Call Windows system API calculate MD5 code. This code is compared with the popular online code, with code simple, easy maintenance, high efficiency. Runs faster than pure VB6 realize faster.)
    2013-10-09 18:01:23下载
    积分:1
  • jiamijiemi
    说明:  vb 加密解密程序 动态加密使用非常方便...(vb encryption and decryption process is very convenient to use dynamic encryption ...)
    2009-08-03 23:06:04下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载