搜索资源列表
DES加密算法演示程序
- //欢迎使用由ksaiy制作的DES加密算法演示程序,此算法为标准的DES算法,你可以根据的 //的自己需要进行变形。具体怎么操作可以登录我们的网站查询详细的资料。我们专门为软 //件开发者提供软件加密安全测试服务和软件加密解决方案,具体的可以参看我们的网站上 //的资料。我们的网站:http://www.ksaiy.com http://www.magicoa.com //技术支持:ksaiy@sina.com 在线QQ:40188696 UC:9341-/ / welcome
des算法
- 当今社会是信息化的社会。为了适应社会对计算机数据安全保密越来越高的要求,美国国家标准局(NBS)于1997年公布了一个由IBM公司研制的一种加密算法,并且确定为非机要部门使用的数据加密标准,简称DES(Data Encrypton Standard)。自公布之日起,DES算法作为国际上商用保密通信和计算机通信的最常用算法,一直活跃在国际保密通信的舞台上,扮演了十分突出的角色。现将DES算法简单介绍一下,并给出实现DES算法的VC源代码。 DES算法由加密、解密和子密钥的生成三部分组成。-s
DES.rar
- 数据加密标准DES算法的Matlab实现 ,NEWPNN- Designed probabilistic neural network SIM- on probabilistic neural network simulation
WjcDes
- C写的不到90行的标准DES加密算法代码,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。 -C less than 90 lines written in the standard DES encryption algorithm code, DES encryption algorithms, commonly used in programming an encryption algorithm, easy to use,
des
- 掌握DES标准的算法描述 采用C语言实现DES加密算法; -Master standard DES algorithm using C language descr iption of DES encryption algorithm
Enc
- 一个数据加解密的控件,可以计算银行标准的pinblock,MAC,des,3des.-A data encryption and decryption of control, you can calculate the bank standard pinblock, MAC, des, 3des.
MACTestTool
- 标准的DES加密和解密算法,实现ANSI-X99MAC算法和PBOC3DES算法。他们都是用DES算法再经过一层算法实现的。-Standard DES encryption and decryption algorithms, to achieve ANSI-X99MAC algorithm and PBOC3DES algorithm. They are using DES algorithm and then through a layer of algorithm implementati
DES加密算法
- DES加密算法 美国国家加密标准 通过C语言实现 块加密 费斯托密码模型