-
DES_3DES
说明: DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。 通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
- 2020-06-19 20:20:01下载
- 积分:1
-
FlexNet-Publisher-Licensing-Toolkit_Install_V11
FlexNet Publisher Licensing Toolkit 11.9.1
Installation Guide
- 2012-01-07 18:49:56下载
- 积分:1
-
cipher
说明: 使用维吉尼亚密码进行控制台编程,实现对英文文本文件的加解密!(Virginia password using the console program, to achieve the English version of the document encryption and decryption!)
- 2008-10-08 13:41:00下载
- 积分:1
-
S_P盒的产生
置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密(replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption)
- 2005-06-24 18:24:16下载
- 积分:1
-
username
WPF将用户名和密码加密保存在文件当中,非常好的资料(WPF user names and passwords encrypted and stored in a file which is very good information)
- 2013-11-05 16:29:17下载
- 积分:1
-
DES-complete
一个DES加解密程序,有兴趣的可以下来看看。(A program about DES)
- 2012-07-03 09:12:47下载
- 积分:1
-
MD5
c++实现的MD5算法及测试代码,BCB2007的测试工程(c++ implementation of the MD5 algorithm and test code, BCB2007 test engineering)
- 2013-07-25 15:52:57下载
- 积分:1
-
2qewaeawe31
FTP, file traversal, VC/C++ download the source code, VC++ FTP demo file 1
- 2014-10-29 13:44:18下载
- 积分:1
-
DesSecurity
C# DES 对称加密,通过向量和密钥控制加密内容,可加密,解密(C# DES symmetric encryption, and key vector control through the encrypted content can be encrypted and decrypted)
- 2011-01-14 17:50:21下载
- 积分:1
-
des
DES加密算法实现的C++类 (DES cryptographic algorithm for C)
- 2020-06-26 12:20:02下载
- 积分:1