CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RSA SERVER CLIENT

搜索资源列表

  1. Client-Server-based-Security-Comunication-Tool

    0下载:
  2. 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:8836
    • 提供者:Shadow
  1. aes设计方案

    0下载:
  2. 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article describe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14433
    • 提供者:
  1. SafeTrans

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:650182
    • 提供者:qzhirong
  1. RSADES

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1091302
    • 提供者:林晓波
  1. luxiandeng4

    0下载:
  2. 基于硬盘序列号的软件保护技术的研究,硬盘序列号;注册码;共享软件;算法;客户端;服务器;RSA算法-hard disk serial-no; registered code;shared software;arithmetic;client;server;Arithmetic of RSA
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:394733
    • 提供者:卢显灯
  1. RSA

    0下载:
  2. This program are client and server for encryption and decryption for RSA algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3432
    • 提供者:Rakesh
  1. rsa

    0下载:
  2. 一个用java做的关于rsa的数据传输系统。很简单-Using java to do a data transfer system on rsa. Very simple
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:335253
    • 提供者:劳阳
  1. mychat

    0下载:
  2. 使用mfc编程实现了一个网络聊天工具。该工具具有加解密功能,分为客户端和服务器端。用到了rsa,des,sha1安全算法。-Mfc programming using an online chat tool. The tool has the encryption and decryption functions, divided into client and server side. Used in the rsa, des, sha1 security algorithms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:53591040
    • 提供者:wanyihan
  1. RSA

    0下载:
  2. This implementation of popular RSA algorithm for encryption and decryption in java. It can be run on client server architecture-This is implementation of popular RSA algorithm for encryption and decryption in java. It can be run on client server arch
  3. 所属分类:CA program

    • 发布日期:2017-04-25
    • 文件大小:43553
    • 提供者:Kaustubh Lohiya
  1. cv

    0下载:
  2. i have attached the source codes of diffie hellman key exchange,rsa algorithm,elgamal client server algorithm,miller - rabin algorithm .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:4099
    • 提供者:jaya
  1. rsa

    0下载:
  2. 一个移动客户端与服务端安全交互的解决方案。 针对: http://my.oschina.net/kaster/blog/130940 客户端使用AES加密报文,使用RSA公钥加密AES密钥 服务端使用私钥解密AES密钥,再使用AES密钥解密密文 隐掉了数据压缩部分-A mobile client and server security solutions that interact. For: http://my.oschina.net/kaster/bl
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:6156
    • 提供者:贾宝奇
  1. digital-signature

    0下载:
  2. 根据数字签名原理模拟的数字签名程序,应用到服务器--客户端程序,RSA技术等,相当先进-According to the principle analog digital signature digital signature, application to a server- client program, RSA technology, quite advanced
  3. 所属分类:CA program

    • 发布日期:2017-05-31
    • 文件大小:13666236
    • 提供者:guojuan
  1. chat1

    0下载:
  2. 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。-DES and RSA encrypti
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:9052
    • 提供者:xuting
  1. rsa client serveur

    0下载:
  2. the encryption key is public and it is different from the decryption key which is kept secret (private). In RSA, this asymmetry is based on the practical difficulty of the factorization of the product of two large prime numbers, the "factoring p
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:10240
    • 提供者:minddz
搜珍网 www.dssz.com