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

搜索资源列表

  1. BigDigits-2.3.0

    0下载:
  2. 大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助-这份库由纯C写的,易懂--calculated in the end, the public key encryption plays an important role in the operation of large numbers do, the program may be able to help you resolve this problem some help.-it s written
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:89353
    • 提供者:宏仔
  1. Decrypt.rar

    0下载:
  2. 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
  3. 所属分类:CA program

    • 发布日期:2017-11-16
    • 文件大小:212805
    • 提供者:曾祥园
  1. sm-

    1下载:
  2. 国密算法sm实现 sm2数字签名 密钥交换,sm3,sm4,已实现、求sm2第四部分公钥加密c实现源码。。。江湖救急-sm2,sm3,sm4。。。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-04-18
    • 文件大小:1937408
    • 提供者:tt
  1. SW_DES_Encryption

    0下载:
  2. 依据DES加密算法的思想,在VC++6.0编辑器上实现对文件的加解密,具有加解密速度快的优点,快速实现对文件的加解密,速度优于公钥加密体制。-Based on the idea of ​ ​ the DES encryption algorithm implemented on in VC++6.0 Editor file encryption and decryption, encryption and decryption speed advantages, fast f
  3. 所属分类:CA program

    • 发布日期:2017-11-08
    • 文件大小:114790
    • 提供者:wmt
  1. RSA

    0下载:
  2. 基本完成了RSA公钥加密算法的设计与实现-Design and Implementation of the basic completion of the RSA public key encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:1786
    • 提供者:o_o
  1. Botan-1.8.13

    0下载:
  2. 最新版Botan。含有对称加密、块加密、hash、公钥加密等算法的程序。可以编译直接用-The latest version of Botan. With symmetric encryption block cipher, hash, public key encryption algorithm procedures. It can be compiled directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:3328857
    • 提供者:CheungJiao
  1. RSA_DHC

    0下载:
  2. 实现RSA公钥加密算法的C++程序,通过连个随机素数,生成加解密的公钥与私钥。-Implement RSA public key encryption algorithm C++ program, through even a random primes generated public key and private key encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:5678
    • 提供者:戴慧超
  1. RSA-KEY

    0下载:
  2. RSA公钥加密程序 RSA公钥加密程序 RSA公钥加密程序-RSA public key encryption program
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2414125
    • 提供者:zongping
  1. RSA

    11下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-19
    • 文件大小:5120
    • 提供者:丁元元
  1. delphiRSA

    0下载:
  2. RSA公钥加密算法是1977年由罗纳德·李维斯特(Ron Rivest)、阿迪·萨莫尔(Adi Shamir)和伦纳德·阿德曼(Leonard Adleman)一起提出的。当时他们三人都在麻省理工学院工作。RSA就是他们三人姓氏开头字母拼在一起组成的。 RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的绝大多数密码攻击,已被ISO推荐为公钥数据加密标准。 今天只有短的RSA钥匙才可能被强力方式解破。到2008年为止,世界上还没有任何可靠的攻击RSA算法的方式。只
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:269534
    • 提供者:张林
  1. VB

    0下载:
  2. 公钥加密算法技术的实现。界面是用Vb实现,而功能用C++。-Achieve public-key encryption algorithm technology. Interface is Vb achieved, while the functional use C++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:70052
    • 提供者:赵高枫
  1. public-Secure-Chating

    0下载:
  2. winsocket 编程, 具备聊天记录,公钥加密聊天内容,接收到后私钥解密。还有多线程pthread, 已经配置好pthread 直接就可以运行。同时还有个contackbook.txt 只有在这上面的联系人才可以被允许聊天。所以输入对方ip连接上还会验证代码运行会查询出局域网ip,如果是在同一台机子上运行,请输入 127.0.0.1 5019 Ricky或者 127.0.0.1 6019 Ricky 或者其他的在contacbook里的名字。-c++ winsocket public c
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-22
    • 文件大小:6828829
    • 提供者:amosyan
  1. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:杨平
  1. BigAdd

    0下载:
  2. RSA公钥加密算法的大数相加C代码,可进行任意位数的两个数相加。-RSA public key encryption algorithm adding large numbers of C code, the sum of two numbers can be arbitrary digit.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-12
    • 文件大小:630
    • 提供者:
  1. BigMultiply

    0下载:
  2. RSA公钥加密算法的大数相乘C代码,可进行任意位数的两个数相乘。-RSA public key encryption algorithm for multiplication of large numbers of C code, multiply two numbers can be arbitrary digit.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-11
    • 文件大小:635
    • 提供者:
  1. RSA

    0下载:
  2. RSA公钥加密算法。内容比较详细,可以直接运行。-RSA public key encryption algorithm. More detailed content, can be directly run.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-26
    • 文件大小:409042
    • 提供者:
  1. EDC

    0下载:
  2. 可使用OPENSSL生成的密钥对,公钥加密,私钥解密-The OPENSSL can be used to generate keys, public key encryption, private key
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1102191
    • 提供者:
  1. RSA

    0下载:
  2. RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的绝大多数密码攻击,已被ISO推荐为公钥数据加密标准。-RSA is the most influential public key encryption algorithm, it can resist so far the majority of the known cryptanalytic attacks, has been recommended for ISO public key data encryption stan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:133542
    • 提供者:zhaozhiqiang
  1. RSA

    0下载:
  2. 非对称密码技术的实现 (1)公私钥生成函数,加密/解密函数; (2)利用公钥加密特定文件,并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。-Achieve asymmetric cryptographic techniques (1) The public and private key generation functions, encryption/decryption functions (2) the use of public key crypto
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6856
    • 提供者:江沐
  1. Botan-1.10.9

    0下载:
  2. Botan 1.10.9。含有对称加密、块加密、hash、公钥加密等算法的程序。可以编译直接用-Botan 1.10.9. Symmetric encryption algorithm programs, block cipher, hash, containing the public key encryption. Can be compiled directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3245877
    • 提供者:superbug
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com