登录
首页 » Visual C++ » DES

DES

于 2010-06-11 发布 文件大小:3239KB
0 186
下载积分: 1 下载次数: 10

代码说明:

  自己开发的一个des加密算法,可用作网络通信方面,希望对大家有帮助(Their development of a des encryption algorithm can be used as network communications, we want to help)

文件列表:

DES加密算法
...........\DES加密算法
...........\...........\www.cnzz.cn
...........\...........\...........\Debug
...........\...........\...........\.....\DES.obj,15740,2008-08-28
...........\...........\...........\.....\DES.sbr,0,2008-08-23
...........\...........\...........\.....\DESlxp.bsc,3130368,2008-08-23
...........\...........\...........\.....\DESlxp.exe,122966,2008-08-28
...........\...........\...........\.....\DESlxp.ilk,235316,2008-08-28
...........\...........\...........\.....\DESlxp.obj,15304,2008-08-28
...........\...........\...........\.....\DESlxp.pch,5704064,2008-08-28
...........\...........\...........\.....\DESlxp.pdb,418816,2008-08-28
...........\...........\...........\.....\DESlxp.res,3272,2005-05-27
...........\...........\...........\.....\DESlxp.sbr,0,2008-08-23
...........\...........\...........\.....\DESlxpDlg.obj,52561,2008-08-28
...........\...........\...........\.....\DESlxpDlg.sbr,0,2008-08-23
...........\...........\...........\.....\StdAfx.obj,107908,2008-08-28
...........\...........\...........\.....\StdAfx.sbr,1372044,2008-08-23
...........\...........\...........\.....\vc60.idb,246784,2008-08-28
...........\...........\...........\.....\vc60.pdb,380928,2008-08-28
...........\...........\...........\DES.cpp,9008,2005-05-27
...........\...........\...........\DES.h,586,2005-05-27
...........\...........\...........\DESlxp.aps,22080,2008-08-27
...........\...........\...........\DESlxp.clw,1907,2008-08-28
...........\...........\...........\DESlxp.cpp,2063,2005-05-27
...........\...........\...........\DESlxp.cpp.aen,2056,2008-08-26
...........\...........\...........\DESlxp.dsp,4277,2005-05-27
...........\...........\...........\DESlxp.dsw,537,2005-05-27
...........\...........\...........\DESlxp.h,1324,2005-05-27
...........\...........\...........\DESlxp.ncb,107520,2008-08-28
...........\...........\...........\DESlxp.opt,181760,2008-08-28
...........\...........\...........\DESlxp.plg,246,2008-08-28
...........\...........\...........\DESlxp.rc,6501,2005-05-27
...........\...........\...........\DESlxpDlg.cpp,9255,2008-08-28
...........\...........\...........\DESlxpDlg.h,1680,2008-08-28
...........\...........\...........\ReadMe.txt,3579,2005-05-27
...........\...........\...........\res

...........\...........\...........\...\DESlxp.rc2,398,2005-05-27
...........\...........\...........\resource.h,1374,2005-05-27
...........\...........\...........\StdAfx.cpp,3325,2008-08-28
...........\...........\...........\StdAfx.h,1228,2008-08-28
...........\...........\使用说明.CHM,50118,2004-11-30

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

发表评论

0 个回复

  • 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
  • RC4
    对RC4加密解密代码,可以自行修改密钥!类可以直接调用(RC4 encryption and decryption code, you can modify the key! Class can be called directly)
    2020-10-13 23:17:31下载
    积分:1
  • vcDES
    讲述des加密过程,实现了简易锝des加密算法(About the des encryption process to achieve a simple encryption algorithm technetium des)
    2011-11-01 19:44:09下载
    积分:1
  • MUC1_C4
    奇迹C1 C2 C3 C4协议加密与解密(MU C1 C2 C3 C4 encrypt and decrypt)
    2021-02-17 12:19:46下载
    积分: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
  • ElGamal
    ElGamal加密算法,经过测试可以编译运行(ElGamal Encryption )
    2014-01-16 10:11:56下载
    积分:1
  • Rijndael_ECB
    AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习(AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from)
    2013-12-01 14:14:35下载
    积分:1
  • AES-enc
    说明:  AES加密算法的加密部分,128位加密算法实现(AES encryption algorithm the encryption part, 128-bit encryption algorithms)
    2010-04-14 21:42:47下载
    积分:1
  • CloneRockey4ND
    ROCKEY4ND加密锁硬复制程序(Rockey4 Rockey4 Smart Rockey4 ND) (Rockey4 Rockey4 Smart Rockey4ND clone) )
    2020-09-23 16:07:53下载
    积分:1
  • AES-CMAC
    密码学中的AES加密和CMAC认证的C语言代码(AES encryption and CMAC authority in C)
    2020-07-03 22:40:02下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载