CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - RSA Encryption

搜索资源列表

  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
    • 文件大小:14.09kb
    • 提供者:
  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
    • 文件大小:1.04mb
    • 提供者:林晓波
  1. RSA

    0下载:
  2. 本程序由纯C写成,区别于一般的用C++库函数做成的RSA加解密程序,运行在VS2008上,绝对可运行!-This program written by the pure C, is different from the general use of C++ library functions made of RSA encryption and decryption program, run in VS2008, it is definitely can run!
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.88mb
    • 提供者:Alexander Zhang
  1. rsaencr

    0下载:
  2. RSA encryption java code
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2.15kb
    • 提供者:sudheer
  1. rsa

    0下载:
  2. 公钥密码算法的加密与解密 (RSA-OAEP) -Public key encryption and decryption of cryptographic algorithms (RSA-OAEP)
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:35.88kb
    • 提供者:沈超
  1. RSA

    0下载:
  2. RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:150.74kb
    • 提供者:赖晓松
  1. java

    0下载:
  2. 基于RSA公钥加密算法的电子邮件 加密程序之JAVA实现-RSA public key encryption algorithm-based e-mail JAVA implementation of encryption program
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:165.06kb
    • 提供者:王小明
  1. RSA

    0下载:
  2. RSA encryption algorithm,RSA算法的C语言实现。-RSA encryption algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:kidding
  1. encryption-decryption

    0下载:
  2. java project for encryption and decryption using AES algorithme and RSA algorithme, text encryption or images, text file or others formats.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:244.07kb
    • 提供者:abou_adnen
  1. RSA

    0下载:
  2. RSA公开密钥密码体制。所谓的公开密钥密码体制就是使用不同的加密密钥与解密密钥,是一种“由已知加密密钥推导出解密密钥在计算上是不可行的”密码体制。-RSA public key cryptosystem. Public key cryptosystem is called using the encryption and decryption keys are different, is a known by the encryption key derived the decryption
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6.39kb
    • 提供者:chenzhi
  1. RSA

    0下载:
  2. RSA is one of the first practical public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and differs the decryption key which is kept secret. In RSA,-RSA is one of the first prac
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:735byte
    • 提供者:Manish
  1. uRSA

    0下载:
  2. RSA is one of the first practical public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and differs the decryption key which is kept secret.-RSA is one of the first practical pu
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:k4inz0w
  1. RSA

    0下载:
  2. RSA算法的加密和解密,可以用它作为密码学课程设计,非常好用-RSA encryption and decryption algorithms, cryptography can use it as a curriculum design, very easy to use
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:37.3kb
    • 提供者:xiangming
  1. crypt_tool

    0下载:
  2. 加/解密测试助手,空闲时间弄出的一个小软件,把平时项目上用到的加\解密算法整合,方便测试,现打包分享。 目前支持的加\解密算法有:AES,DES,RC,BLOWFISH,TWOFISH,CAMELLIA,KEELOQ,XTEA 还不支持:mdx,sha,rsa等,将在后面陆续增加。 如在使用过程中,软件出现各种BUG,可联系反馈,将在空闲时间里修改。-Encryption/decryption test assistant, came up with a little free time sof
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:744.99kb
    • 提供者:黄山
  1. RSA

    0下载:
  2. RSA algorithm encryption and decryption
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:radwa
  1. fwdownload

    0下载:
  2. rsa加密 http libevent -rsa encryption
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:25.46kb
    • 提供者:袁昊
搜珍网 www.dssz.com