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

搜索资源列表

  1. crypt_desandrsa

    0下载:
  2. des和rsa加密算法程序-des and rsa encryption algorithm procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:104276
    • 提供者:站长
  1. crypto41

    0下载:
  2. 一个DES,RSA,MD5,RC4等加密算法的源码-A DES, RSA, MD5, RC4 encryption algorithm, such as the source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:500388
    • 提供者:站长
  1. test

    0下载:
  2. 1、对称密码技术的实现(单重DES加密/解密); 2、非对称密码技术的实现(RSA,产生公私钥,并利用公钥加密信息,在利用私钥解密);-1, symmetric cryptographic techniques to achieve (single DES encryption/decryption) 2, non-symmetrical cryptographic techniques to achieve (RSA, generate public private key and pu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3263016
    • 提供者:liuxiaogang
  1. des

    0下载:
  2. 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7016
    • 提供者:ai ai
  1. EncryptAndDecrypt

    0下载:
  2. 这个是C#编写的DES加解密和RSA加解密的成学,并且有GUI用户键面,方便用户的操作!-This is the C# Prepared DES encryption and RSA encryption and decryption of adult learning, and key GUI users face, user-friendly operation!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:17560
    • 提供者:张峰
  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. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:27875
    • 提供者:tangxiaojun
  1. borZoi-1.0.2

    0下载:
  2. 一个很全很强大的密码算法库,是一个大学研究机构编写的,可以用来作算法分析和仿真验证。-a crypto library includs various algorithm, such as aes, des ,ecc ,rsa ...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:529785
    • 提供者:hanyu
  1. mixed_encryption

    0下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下:1:提供了俩个加密接口。混合加密,DES加密。2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案-Implementation of the system a basic hybrid cryptosystem. It uses DES as the symmetric key algorithm, RSA public key a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:704474
    • 提供者:sunwu
  1. RSA.RAR

    0下载:
  2. RSA和DES的一些类~~可以对初学者有些帮助-RSA and DES, a number of categories ~ ~ can be helpful for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:8665
    • 提供者:104032282
  1. Encrypt

    0下载:
  2. 基于VC++基础上仿射加密\RSA加密\DES加密的文件加密系统-Based on VC++ based on the affine encryption \ RSA encryption \ DES encryption file encryption system
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1164292
    • 提供者:yuchao
  1. 1730309Rsa

    0下载:
  2. 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的 -Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems are encrypted so
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:758
    • 提供者:易守望
  1. DESandRSAencryption

    0下载:
  2. 对DES、RSA和序列密码三种典型的加密方法进行了叙述, 对于神经网络在序列密码的 研究进行了简要的介绍, 提出现代数字电子技术应该与密码学理论研究相互渗透、相互促进的基本思想。-Three classical encryption methods DES,RSA and stream ciphers are described.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:393329
    • 提供者:郑骁鹏
  1. RSA(c)

    0下载:
  2. RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objectiv
  3. 所属分类:Crypt_Decrypt algrithms

  1. mimaxshiyan

    0下载:
  2. 密码学实验源码· 包含三个密码算法 DES RSA 和 MD5 VC++ MFC界面-Experimental source cryptography consists of three DES RSA and MD5 cryptographic algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3940133
    • 提供者:玄轩
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. Crypt_plusplus

    0下载:
  2. 130多个VC++加密解密算法库(CRYPT++) 此压缩包内有 cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32、base64、modexppc、network 等一些的常见加密、解密算法,非常全的算法集合,超过130个,全部可以编译通过,而且还包含有英文开发文档,研究学习算法的可不要错过。 压缩包内有 VS2005、VC6.0 两个工程类型,方便网友使用啊!-More than 130
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8416432
    • 提供者:swreal
  1. RSADES

    0下载:
  2. RSA DES加密解密的是实现-RSA DES encryption and decryption is the Implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2051
    • 提供者:liyi
  1. des$rsa

    0下载:
  2. 利用DES和RSA对输入的信息进行加密,并附带MD5验证。-Use of DES and RSA encryption on the input information, and with MD5 authentication.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5886
    • 提供者:冯刚
  1. RSA

    0下载:
  2. 计算机网络安全课程设计RSA加密解密算法,用于学习RSA-Computer network security curriculum design DES encryption and decryption algorithm for learning DES
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:277227
    • 提供者:zhuyezi
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com