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

搜索资源列表

  1. public-key

    0下载:
  2. using public Decrypt and Encrypt message. just basic introduction how to dencrypt and decrypt.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:51.22kb
    • 提供者:david
  1. SignData 对称密钥分配

    1下载:
  2. 1、实现集中式对称密钥的分配工作(作为通讯的双方A和B,都已经分别和KDC拥有会话密钥); 2、分布式对称密钥分配(作为通讯的双方A和B已经共享一个会话主密钥); 3、公钥密码技术实现对称密码技术密钥的分配(作为通讯的双方A和B已经拥有对方的公钥);-1, the realization of a centralized allocation of symmetric key (for communication between the parties A and B, respec
  3. 所属分类:网格计算

    • 发布日期:2012-10-16
    • 文件大小:30.56kb
    • 提供者:liu
  1. 11

    9下载:
  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-25
    • 文件大小:69.64kb
    • 提供者:熊龙生
  1. java_DigitalSign

    2下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
  3. 所属分类:Java Develop

    • 发布日期:2015-11-02
    • 文件大小:23.26kb
    • 提供者:张云
  1. simplesign

    5下载:
  2. 发送方用自己的私钥加密通讯内容生成发送方的数字签名,并将其发送给接受方;接受方利用发送方的公钥对该签名内容进行验证; 思考: (1)这种方式是否存在安全问题? (2)请分别选择文件test-1.txt和test_pig.bmp作为通讯内容,分别记录全过程用时,并对比一下;-Sender s private key encrypted communications with their own content generated digital signature the sender
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:91.03kb
    • 提供者:熊龙生
  1. RSA_java

    1下载:
  2. 带界面的RSA算法,软件包中含有可执行程序,功能有自动生成随机素数P、Q,公钥,密钥,对数字进行加密解密。-Interface with the RSA algorithm, packages containing executable programs, automatic generation of random functions of prime numbers P, Q, a public key, keys for encryption and decryption of digit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-05-09
    • 文件大小:22.65kb
    • 提供者:xuxu
  1. SIP10

    0下载:
  2. 分析了会话发起协议及其特点,指出了SIP网络面临的一些典型攻击和安全威胁,并针 对SIP网络面临的安全风险提出了基于PKI公钥基础设施的SIP协议安全的解决方案,完善 了SIP的安全机制,使SIP能进一步为用户提供更加多样、安全的服务。-Analysis of the Session Initiation Protocol and its characteristics, pointing out that the SIP network is facing some of the ty
  3. 所属分类:VOIP program

    • 发布日期:2017-04-02
    • 文件大小:199.57kb
    • 提供者:王名
  1. RSA-public-key-cryptosystem

    0下载:
  2. RSA公钥密码体制的matlab实现,这是密码学的加密算法之一-RSA public-key cryptosystem implementation of matlab, Cryptography This is one of the encryption algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:573byte
    • 提供者:xiaotiantian
  1. ElGamal

    0下载:
  2. Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:63.76kb
    • 提供者:vinay
  1. public_key_algorithm

    0下载:
  2. this source code of public key-this is source code of public key
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:24.11kb
    • 提供者:temndul
  1. khalil2006_true_random_number_generator

    0下载:
  2. a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are requ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-21
    • 文件大小:408.55kb
    • 提供者:Hassan Abdelaziz
  1. Symmetric_encryption_Stream_encryption_CBC_RSA_DH.

    0下载:
  2. 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:18.86kb
    • 提供者:Peter
  1. PGP

    0下载:
  2. PGP email protocol full functional using public key infrastructure and RSA technique.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:744.67kb
    • 提供者:Tong Liu
  1. DH

    0下载:
  2. Step 1: Generating a Parameter Set for the Diffie‐Hellman Key Agreement Algorithm Step 2: Generating a Secret Key Using the Diffie‐Hellman Key Agreement Algorithm Step 3: Use UDP to exchange DH public key Step 4: Establish an AES‐256 encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:124.9kb
    • 提供者:Tong Liu
  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
    • 文件大小:749.77kb
    • 提供者:harris
  1. watermark

    0下载:
  2. 数字水印处理系统主要由水印嵌入和水印检测两个过程。(1)水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 (2)水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。该程序调试已通过!-Digital watermarking system mainly consists of watermark embedding and watermark detection of th
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:52.57kb
    • 提供者:Matthew
  1. Public-key-infra-.tcl

    0下载:
  2. it is publickey infrastructure in wireless network, it generates a public key and a private key for mobile nodes-it is publickey infrastructure in wireless network, it generates a public key and a private key for mobile nodes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:2.36kb
    • 提供者:Dinesh444
  1. criptography-with-public-key-Mureche

    0下载:
  2. Cripting with public key-Cripting with public key....
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:80.06kb
    • 提供者:iere`
  1. Public-key-Cryptography

    0下载:
  2. The mechanisms and methods of operation of public key encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:13.2kb
    • 提供者:william
  1. Clave

    0下载:
  2. Public Key Generator
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:14kb
    • 提供者:renzoster
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com