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

搜索资源列表

  1. openssl-0.9.6h.tar

    2下载:
  2. OpenSSL-0.9.6h完整安装包,里面有很多密码算法的源代码,RSA,DSA,MD4,MD5,应有尽有-OpenSSL - 0.9.6h complete installation package, there are many cipher algorithm source code RSA, DSA, MD4 and MD5, everything
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:2178314
    • 提供者:赖晖
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5523
    • 提供者:烟翔
  1. rsa

    0下载:
  2. RSA 公开密钥密码算法,仅供学习参考,欢迎使用-RSA public-key cipher algorithm, reference is for learning, welcomed the use
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:149721
    • 提供者:totti
  1. rsajiamijiemi

    0下载:
  2. rsa密码算法仅供参考加密解密过程容易 请自己编程-rsa cipher algorithm for reference encryption and decryption process easy to please their programming
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1466
    • 提供者:龙渐昌
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. InformationSystemSecurity

    0下载:
  2. 本包内容包括信息系统安全工程课程中的密码学基础、公钥加密与RSA、分组密码与DES共3个章节的内容,原汁原味的老师课堂讲义~包你喜欢~~!-This package includes information systems security engineering curriculum-based cryptography, public key encryption and RSA, block cipher with DES a total of three sections, authen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1768488
    • 提供者:wei
  1. rc4

    0下载:
  2. RC4 was designed by Ron Rivest of RSA Security in 1987. While it is officially termed "Rivest Cipher 4", the RC acronym is alternatively understood to stand for "Ron s Code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:613
    • 提供者:sony
  1. rsa

    0下载:
  2. RSA cipher for java with subclasses.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7375
    • 提供者:jack8888
  1. wenjianjiajiemixitong

    0下载:
  2. 涵盖了Vigenere、RSA 流密码、SHA四种加解密算法。-Cover Vigenere, RSA stream cipher, SHA encryption algorithm .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3972381
    • 提供者:小楼哥
  1. 4-5

    0下载:
  2. digital envelope program which is used to have a secure communication over the network.uses caesar cipher for public and RSA for private encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:82050
    • 提供者:Naresh
  1. cipher

    0下载:
  2. 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption method and encryption method in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5458460
    • 提供者:于鑫
  1. encrypt

    0下载:
  2. 用RSA公匙加密,该密文可以被JAVA用RSA密匙解密。-test to encrypt plain text by RSA key, please be noted to reverse the byte array after encrypt, or otherwise the cipher can not be decrypt by java.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1849
    • 提供者:jiehua.ou
  1. rsa

    0下载:
  2. rsa 768, very simple implementation of the rsa cipher,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:DW
  1. Cryptography

    0下载:
  2. 计算机网络安全技术实验,密码算法的实现,实现密码算法(Playfair密码算法,DES算法, RSA算法)-Computer network security technology experiment, the realization of cryptographic algorithms to achieve encryption algorithm (Playfair cipher, DES algorithm, RSA algorithm)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:751624
    • 提供者:王寒蕊
  1. 20080284

    0下载:
  2. contains cryptography algorithms rsa, diffie hellman, rc4(stream cipher), hill cipher, play fair cipher
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:495164
    • 提供者:Ramya
  1. RCA

    0下载:
  2. Cracking an RSA Cipher Text in pdf and ppt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:414771
    • 提供者:naseri
  1. rsa_512_latest.tar

    0下载:
  2. work RSA system for cipher and decipher information
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:151599
    • 提供者:arrag
  1. single

    0下载:
  2. 此代码集合的多种密码,包括凯撒、位置换、流密码、DES、RSA等多种密码。是一个综合系统!-This code set a variety of password, including Caesar, column substitution cipher, stream cipher, DES, RSA and so on many kinds of password. This is a comprehensive system!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:418177
    • 提供者:陈翔运
  1. mixed-encrypt-system

    1下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下: 1:提供了俩个加密接口。混合加密,DES加密。 2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5545671
    • 提供者:gu
  1. InformationSecurity

    0下载:
  2. C Programs for various encryption and decryption algorithms like RSA,Hill cipher,Playfair,etc
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:3897
    • 提供者:Jaya
« 12 »
搜珍网 www.dssz.com