搜索资源列表
-
0下载:
高亮语法类
1)了解HASH函数在网络安全中的应用
(2)掌握HASH函数实现的原理
二、要求
(1)用任何语言编程完成实现HASH函数的功能
(2)输入任何8个字节(64位)的数据,得出对应的8位HASH代码(摘要)
-syntax highlighter category 1) to understand the hash function in network security applications (2) real grasp Hash Function th
-
-
0下载:
RSA密码体制的实现摘要自20世纪90年代以来,计算机网络技术使得计算机应用得到 ... 用VC++编程实现了RSA算法加密和解密运算,在算法的实现过程中,调用了已有的大整数类-The realization of RSA cryptosystem Abstract from the 20th century since the 90' s, computer network technology allows computer applications to be used ... VC
-
-
0下载:
C network programming this source is vectorcro-C network programming this source is vectorcross
-
-
0下载:
实现SSL编程,有利于更好的使用OpenSSL工具去编写更多的网络安全协议-To achieve SSL programming, is conducive to better use OpenSSL tools to write more of network security protocols
-
-
0下载:
基于windows api的网络安全编程,加密解密的DES
-Network security based on windows api programming, DES encryption and decryption
-
-
0下载:
基于windows api的网络安全编程,加密解密的DES-Network security based on windows api programming, DES encryption and decryption
-
-
0下载:
通过本程序 你可以更好的理解Diffie-Hellman 密钥交换算法 当然也能将该程序应用到网络安全的编程当中去-Through this program you can better understand the Diffie-Hellman key exchange algorithm is of course the program can also be applied to network security, programming them to
-
-
0下载:
OpenSSL API 网络安全编程讲解-OpenSSL API programming to explain network security
-
-
3下载:
完成集中式对称密钥的分配工作
说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。
要求:
(1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持);
(2)通信内容为一文本文件(test-1.t
-