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

搜索资源列表

  1. 5.非对称加密RSA的实现及其源代码

    0下载:
  2. 5.非对称加密RSA的实现及其源代码,JAVA代码,挺好用的,有兴趣的下啊-5. RSA asymmetric encryption and the realization of the source code, Java code, very good use, and are interested in the next ah
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5974
    • 提供者:luoz
  1. java非对称加密RSA的工具类及其源代码

    0下载:
  2. java非对称加密RSA的工具类及其源代码
  3. 所属分类:加密解密

    • 发布日期:2009-03-25
    • 文件大小:7434
    • 提供者:hayou1402
  1. UDisk.rar

    0下载:
  2. 基于U盘的软件授权组件USBPass3.0.USBPass3.0是基于U盘的物理磁盘、采用高效对称加密算法实现加密的一种用于软件授权或者身份认证的组件。因为它是对物理磁盘进行操作的,所以能够允许用户随意格式化U盘,而加密信息不丢失,省去了烦琐的加密信息备份过程。,U disk-based software components USBPass3.0.USBPass3.0 authorized is based on the physical disk U disk, using efficien
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1540461
    • 提供者:586
  1. des

    0下载:
  2. 对称加密算法des实现,c程序编写,在visual c++下运行。-Symmetric encryption algorithm des achieve, c programming in visual c++ run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:209067
    • 提供者:danrenpang
  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. PairKeyExample

    0下载:
  2. 非对称加密算法的JAVA代码,包含详细的代码注释,以及算法流程图。-Non-symmetric encryption algorithm JAVA code, the code contains detailed notes, as well as the algorithm flow chart.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5074
    • 提供者:李建峰
  1. rsaeuroi

    0下载:
  2. RSA算法源代码(VC版本)非对称加密解密算法-RSA algorithm source code (VC version) non-symmetric encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:199934
    • 提供者:叶远
  1. DES

    0下载:
  2. 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:251425
    • 提供者:孟听
  1. RSA

    0下载:
  2. rsa算法c语言实现 完整 有对话框,密码学经典非对称加密实现-rsa algorithm c language there is complete dialog box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:930187
    • 提供者:周勇
  1. RSA1

    0下载:
  2. 实现了非对称加密,可加密文本和字符串,可供参考和学习-The realization of the non-symmetric encryption, encrypt text and string can be available for reference and learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4016
    • 提供者:易天行
  1. cryptology

    0下载:
  2. 密码学第三版课件,包含4大部分,传统密码学以及对称加密,公钥加密等-The third edition of courseware cryptography
  3. 所属分类:source in ebook

    • 发布日期:2017-05-19
    • 文件大小:5446618
    • 提供者:Ding
  1. RSA

    0下载:
  2. RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the RSA to encrypt all the informa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1273499
    • 提供者:huhanzhong
  1. RSAtested

    0下载:
  2. 用C实现的RSA非对称加密算法,经过测试,通过编译,可以执行的代码-C implementation using RSA asymmetric encryption algorithm, tested through the compilation, you can perform code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1832624
    • 提供者:yihoumei
  1. pkcs11

    0下载:
  2. 通过openssl引擎实现密码运算,包含对称加密、解密、签名、验证、摘要运算的例子。-Through the openssl engine implements cryptographic operations, including symmetric encryption, decryption, signature verification, summary operations examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5445731
    • 提供者:wdz
  1. JiangEncrypt

    0下载:
  2. 最简易对称加密法,不喜欢庞大类库,繁琐调用的,这个代码最适合了。-I think it is the simplest encryption/decryption code. I don t have to explain any more, you should know that after you have a look at it.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1457
    • 提供者:蒋国纲
  1. Crypto

    0下载:
  2. c++调用微软加密解密api实践对称加密。-c++ call the Microsoft practice of symmetric encryption api encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:18281
    • 提供者:黎伟
  1. RSA

    0下载:
  2. RSA加密算法是一种非对称加密算法。在公钥加密标准和电子商业中RSA被广泛使用。源代码包括RSA的源程序以及dll文件。-RSA encryption algorithm is a non-symmetric encryption algorithm. In public key encryption standards and electronic commerce is widely used in RSA. Source code includes the source code and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3165864
    • 提供者:秀秀
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:519461
    • 提供者:qiao
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:672768
    • 提供者:lala_
  1. RAS加密解密

    0下载:
  2. RSA 非对称 加密解密 签名 验签,填充。长度超长的处理。
  3. 所属分类:编程文档

« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com