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

搜索资源列表

  1. RSAcodeformfc

    1下载:
  2. RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:476354
    • 提供者:dynasty ding
  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_FINAL

    0下载:
  2. RSA加密 大素数生成 运算符重载 -RSA encryption large prime number generator operator overloading
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:45489
    • 提供者:孙健
  1. Alcohol52cn

    0下载:
  2. 用于RSA加密解密 签名和验证签名,对初学者很有帮助!非常好的一个软件,可以验证自己的程序!-RSA encryption and decryption for the signature and verify signature, very helpful for beginners! A very good software that can verify its own procedures!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12306688
    • 提供者:yyq
  1. ZYBEncrypt

    0下载:
  2. 一些常见的C#加密解密类(MD5,RSA,DES,RC2...)包装集合.-Some common encryption and decryption of C# class (MD5, RSA, DES, RC2 ...) packaging collection.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:36162
    • 提供者:252
  1. rsa

    0下载:
  2. RSA算法加密、解密、密匙的产生的实现源程序-RSA algorithm for encryption, decryption, key generation implementation of source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:6456
    • 提供者:Richard
  1. RSAVC2005

    0下载:
  2. 用VC++2005实现的RSA加密解密算法-Using VC++2005 achieved RSA encryption and decryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:39768
    • 提供者:shangkai
  1. RsaEncryptExample

    0下载:
  2. 利用RSA CryptoserviceProvide类实现加密和解密数据-The use of RSA CryptoserviceProvide class encrypt and decrypt data
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:36849
    • 提供者:hl790
  1. RSA(Cplus)

    0下载:
  2. 将常见的一些加密库都测试一下,再根据情况选择一个应用到项目中去.Crtpto++的RSA签名算法-Some of the common cryptographic libraries to test, then the case may select an application to the project to go. Crtpto++ The RSA Signature Algorithm
  3. 所属分类:CSharp

  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. rsa

    1下载:
  2. 实现加密解密的功能,密码强度2048,速度非常的快,用时极短-Encrypt and decrypted
  3. 所属分类:其他小程序

    • 发布日期:2012-12-24
    • 文件大小:13405
    • 提供者:wang
  1. RSAJAVA

    0下载:
  2. java写的RSA加密解密程序,有一定的参考价值,期待建议。-java write RSA encryption and decryption process, there is some reference value and look forward to suggestions.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4531
    • 提供者:德红
  1. RSA

    0下载:
  2. RSA的加密实现 有详细设计思路是普通的加密 按时付款及撒谎饭卡上 -sadfjaslkdjaslj
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:790918
    • 提供者:崔光涛
  1. ZipEncrypt

    0下载:
  2. RSA加密解密,并以zip格式压缩及解压缩-RSA encryption and decryption, and in zip format compression and decompression
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2207
    • 提供者:Gong Jingjing
  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. P2P

    0下载:
  2. 文件的加密传输,用到了各种加密算法 MD5 RSA -File encryption MD5 RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3781913
    • 提供者:王汉文
  1. RSA

    1下载:
  2. 通过编写程序实现了公钥密码算法RSA的加密与解密功能,并进行了一定的优化,内含报告。-Achieved through the preparation process RSA public key cryptographic algorithm for encryption and decryption functions, and make a certain amount of optimization, containing the report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:388905
    • 提供者:李莉
  1. RSA

    0下载:
  2. 运用RSA算法进行加密,实现RSA的加密-The use of RSA encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:767
    • 提供者:zhangdandan
  1. RSA-java

    0下载:
  2. java RSA非对称密钥加密,自己建个java项目就好了,也可以当成工具类-java RSA asymmetric key encryption, to build their own like a java project, and also as tools
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:2102
    • 提供者:chuen jane
  1. RSA_MFC

    0下载:
  2. MFC实现RSA的加密与解密,界面比较简洁清楚,对RSA初学者有较大帮助!-MFC to achieve RSA encryption and decryption, more concise and clear interface, great help for beginners on the RSA!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1894482
    • 提供者:郭子
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com