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

搜索资源列表

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

    0下载:
  2. SM2椭圆曲线公钥密码算法。第4部分:公钥加密算法-SM2 elliptic curve public key cryptography algorithms. Part 4: public key encryption algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:180417
    • 提供者:章章
  1. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:6517
    • 提供者:leon
  1. MD5

    0下载:
  2. 非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。 -Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4045
    • 提供者:王同学
  1. RSA

    0下载:
  2. 非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。 -Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3354132
    • 提供者:王同学
  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. RSAUtil

    1下载:
  2. JAVA非对称加密技术,RSA加解密。 利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。-JAVA asymmetric encryption technology, RSA encryption and decryption. The use of public key cryptography specific file (test-1.txt), and with the privat
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:787371
    • 提供者:zxp
  1. ECC

    0下载:
  2. 基于离散对数的椭圆曲线公钥加密算法(ECC encode)程序,vc++/MFC,已实现完整的加密解密功能,供大家参考.-Based on elliptic curve discrete logarithm of public-key encryption algorithms (ECC encode) program, vc++/MFC, it has achieved full encryption and decryption functions, for your reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3739047
    • 提供者:连云
  1. RSA1

    0下载:
  2. 公钥加密算法RSA,经典的公钥加密算法,加密用公钥,解密用私钥-Public key encryption algorithm RSA, classic encryption and decryption algorithms, public key encryption, decryption with the private key
  3. 所属分类:CA program

    • 发布日期:2017-05-11
    • 文件大小:2328847
    • 提供者:郭婷婷
  1. RSAUtils

    0下载:
  2. RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的绝大多数密码攻击,已被ISO推荐为公钥数据加密标准。-Rsa encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:665
    • 提供者:940123
  1. js

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

    • 发布日期:2017-05-05
    • 文件大小:6812
    • 提供者:ppt
  1. mima test

    0下载:
  2. 可以实现对文件的加密和解密处理,并且能够根据需要自动创建公钥,导入导出公钥以及获取私钥,可以用于保护重要的文件。(Encryption and decryption can be achieved, and can automatically create the public key as needed, import and export public key, and obtain the private key, which can be used to protect importan
  3. 所属分类:界面编程

    • 发布日期:2017-12-27
    • 文件大小:94208
    • 提供者:乐之友
  1. HubService

    0下载:
  2. SSH具备多种功能,可以用于很多场合。有些事情,没有它就是办不成。本文是我的学习笔记,总结和解释了SSH的常见用法,希望对大家有用。 虽然本文内容只涉及初级应用,较为简单,但是需要读者具备最基本的"Shell知识"和了解"公钥加密"的概念。(SSH Communications Security helps enterprises secure access today and tomorrow. Cybersecurity, SSH, SSH keys
  3. 所属分类:其他

« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com