登录
首页 » Java » UDP

UDP

于 2016-07-07 发布 文件大小:52KB
0 77
下载积分: 1 下载次数: 4

代码说明:

  本实验为编程实现 UDP 协议下使用 RSA 算法对信息的加密解密,用于两端之间的通讯 功能,开发平台为 win8.1, 开发环境 Eclipse, 开发语言 Java。(This experiment under the UDP protocol for programming using the RSA algorithm for encryption and decryption of information, for communication between the two ends of Function development platform is win8.1, the Eclipse development environment, programming language Java.)

文件列表:

UDPClient
.........\.classpath,301,2016-06-20
.........\.project,385,2016-06-21
.........\bin
.........\...\client_window
.........\...\.............\ClientWindow$1.class,763,2016-06-23
.........\...\.............\ClientWindow$2.class,728,2016-06-23
.........\...\.............\ClientWindow$3.class,716,2016-06-23
.........\...\.............\ClientWindow.class,8621,2016-06-23
.........\...\myrsa2
.........\...\......\RSATest.class,2777,2016-06-24
.........\...\......\RSAUtils.class,6513,2016-06-23
.........\...\win1
.........\...\....\ClientWindow1$1.class,732,2016-06-28
.........\...\....\ClientWindow1$2.class,689,2016-06-28
.........\...\....\ClientWindow1.class,7511,2016-06-28
.........\src
.........\...\client_window
.........\...\.............\ClientWindow.java,8580,2016-06-22
.........\...\myrsa2
.........\...\......\RSATest.java,7164,2016-06-24
.........\...\......\RSAUtils.java,6076,2016-06-19
.........\...\win1
.........\...\....\ClientWindow1.java,6936,2016-06-24
UDPServer
.........\.classpath,301,2016-06-20
.........\.project,385,2016-06-21
.........\bin
.........\...\myrsa2
.........\...\......\RSATest.class,2652,2016-06-23
.........\...\......\RSAUtils.class,6513,2016-06-23
.........\...\server_window
.........\...\.............\ServerWindow$1.class,763,2016-06-23
.........\...\.............\ServerWindow$2.class,728,2016-06-23
.........\...\.............\ServerWindow$3.class,716,2016-06-23
.........\...\.............\ServerWindow.class,8704,2016-06-23
.........\...\win1
.........\...\....\ServerWindow1$1.class,732,2016-06-24
.........\...\....\ServerWindow1$2.class,689,2016-06-24
.........\...\....\ServerWindow1.class,7838,2016-06-24
.........\src
.........\...\myrsa2
.........\...\......\RSATest.java,3312,2016-06-19
.........\...\......\RSAUtils.java,6076,2016-06-19
.........\...\server_window
.........\...\.............\ServerWindow.java,9278,2016-06-22
.........\...\win1
.........\...\....\ServerWindow1.java,7272,2016-06-24

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

发表评论

0 个回复

  • 算法。
    encrytion algorithms.
    2022-02-14 02:42:54下载
    积分:1
  • DES+RSA_NetworkSecurity
    DES RSA 加密解密算法类,能够运行,而且有注释。(DES RSA encryption and decryption algorithm type, able to run, and the Notes.)
    2008-04-18 22:17:54下载
    积分:1
  • BlueTooth_E0
    蓝牙E0加密算法,运行测试环境VS2012(Bluetooth E0 encryption algorithm, run the test environment VS2012)
    2021-03-31 00:19:09下载
    积分:1
  • 这是关于DES算法的C / C++实现的一个例子
    这是一关于DES加密算法的C/C++实现范例-This is the one on the DES encryption algorithm C/C++ Realize Example
    2022-07-25 21:47:24下载
    积分:1
  • 这是基于算法的混乱
    这个是基于混沌的DES算法-this is based on the DES algorithm Chaos
    2022-04-19 06:17:06下载
    积分:1
  • 主要用于数据文字的
    主要用于数据文字的加密-characters are used mainly for data encryption
    2023-08-10 12:40:03下载
    积分:1
  • NoobyProtect.x.src
    壳代码,对于学习壳编写的同学具有一定的参考价值,绝对经典(Shell code, written for students to learn the shell has a certain reference value, an absolute classic)
    2011-11-24 15:40:36下载
    积分:1
  • base64
    Base64 crypt/decrypt
    2013-01-28 20:47:37下载
    积分:1
  • 固定的AODV路由协议
    应用背景一个安全的版本称为安全AODV路由协议AODV(网)。它提供的功能,如完整性,认证,和路由数据的不可否认性。它采用了双方案为确保AODV。维护合作机制的AODV路由协议,包括一种情况允许中间节点回复的委派功能RREQ消息。这就是所谓的双重签名:当一个节点产生一个RREQ消息,除了 ;正规的签名,它可以包括第二签名,这是在一个虚拟的RREP消息向本身的计算。中间节点可以在他们的路由表,以及与其他相关的路由信息节点如果其中一个节点,然后接收RREQ走向节点,它可以在一个代表回复RREP消息,同样,与普通AODV会发生什么。这样做,中间节点生成RREP消息,包括节点的签名,它以前缓存,和符号带有它自己的私有密钥的消息。关键技术网不需要尊重其他消息AODV。然而,网消息明显更大,主要是因为数字签名。而且,情况需要重量级的非对称加密操作:每次一个节点产生一个路由信息,它必须生成签名,每次收到一个签名路由消息(也作为中间节点),它必须验证签名。这会变得更糟的时候,双签名机制是使用,因为这可能需要单个签名的生成或验证信息。在情况允许的操作,网验证AODV路由数据。机制是用于实现此:哈希链和签名
    2022-01-25 21:00:00下载
    积分:1
  • OpenVPN是一个强大的和高度灵活的隧道应用的不足。
    OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authentication, and certification features of the OpenSSL library to securely tunnel IP networks over a single TCP/UDP port.
    2022-01-26 04:52:50下载
    积分:1
  • 696518资源总数
  • 104235会员总数
  • 59今日下载