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

搜索资源列表

  1. javacertificationoperations.ra

    0下载:
  2. java公钥加密私钥解密与数字证书的一个例子,很实用的。,java public key encryption and digital certificate private key to decrypt an example, it is practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8.02kb
    • 提供者:lauvenman
  1. cncard

    0下载:
  2. 1) 本接口需要 mcrypt 和 bcmath 两个PHP扩展库的支持,请先确认您安装并启用了这两个库。 如果您是虚拟主机用户,一般主机商都会安装这两个标准库,您可以使用 phpinfo() 函数查看PHP配置信息,如果没有安装,请联系主机商解决。 2) 文件说明:netpaylclient.php 为 chinapay 提供的签名验签函数库文件,lib_curl.php 为 chinapay 提供的实用函数库文件,方便您使用 curl 发送 HTTP 请求(需要curl扩展库支持)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-25
    • 文件大小:276.94kb
    • 提供者:王浩
  1. java_DigitalSign

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

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

    0下载:
  2. In cryptography, RSA (which stands for Rivest, Shamir and Adleman who first publicly described it see below) is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for signing as well as encryption, and one of the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:621byte
    • 提供者:DS
  1. 27942020javarsa

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encrypt the contents of the documen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4.99kb
    • 提供者:易守望
  1. Java.III.DataSigning

    0下载:
  2. Java allows configuring multiple JCE providers, and looks up requested algorithms by name. This example shows generating RSA signatures with variable digests, and verification of the signed text by the means of RSA public key. An explanati
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2.84kb
    • 提供者:neo
  1. PKI

    0下载:
  2. 本文针对通信安全的问题,首先介绍了PKI产生的背景及概念,在此基础上,详细阐述了在Windows 2000 Server平台上PKI实施的具体方案,最后对PKI进行安全分析,并提出了PKI实施应该注意的问题。通过实践证明,对开展安全电子商务有一定的参考价值。-Public Key Infrastructure
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:291.62kb
    • 提供者:chenzhsir
  1. testRsa

    0下载:
  2. RSA encyption file to convert a public key
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:768byte
    • 提供者:Nikhil
  1. caRSA

    0下载:
  2. 该项目实现了CA认证,通信双方利用公钥证书进行非对称密钥RSA加密通信。可以简单修改实现分机部署。-The project achieved the CA certificate, certificate of communication both use public key RSA encryption keys for asymmetric communication. Simple changes can be deployed to achieve extension.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:53.37kb
    • 提供者:chuen jane
  1. ptptl-0.2

    0下载:
  2. The Peer-to-Peer Trusted Library (PtPTL) allows software developers to add the element of ``Trust to their peer-to-peer applications. It provides support for digital certificates, peer authentication, secure storage, public key encryption, di
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:gcs
  1. rsa

    0下载:
  2. rsa algorithm for public-key cryptography implementation in Java Eclipse
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:shadow
  1. Lab1_3_1

    0下载:
  2. 1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:803.28kb
    • 提供者:陈溢豪
  1. KeyGeneratorExample

    0下载:
  2. Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.31kb
    • 提供者:燕姿
  1. rsa

    0下载:
  2. RSA 金鑰 用以下的方式來產生一個公開金鑰和一個私密金鑰: 1. 隨機選擇兩個的質數p和q,p不等於q,計算N=p*q。 2. 選擇一個整數e,e與(p-1)*(q-1)互質,並且e小於(p-1)*(q-1) 。 3. 求一個值 d,d<(p-1)*(q-1),且(d*e)除以((p-1)*(q-1)) 的結果,其餘數為 1。 4. 將p和q的記錄銷毀。-RSA keys in the following way to generate a public key an
  3. 所属分类:JavaScript

    • 发布日期:2017-11-14
    • 文件大小:360.58kb
    • 提供者:vicky
  1. KeyGeneratorExample

    0下载:
  2. 产生密钥的密钥对,保存密钥,从字节数组解码公钥-Key pair generated key, save the key, the public key from the byte array decoding
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:1.29kb
    • 提供者:蓉蓉
  1. RsaMessage

    0下载:
  2. 绕过ibm jdk RSA无法使用私钥加密的安全策略,伪装公钥加密-Bypass ibm Security Policy, camouflage public key encryption
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:6.41kb
    • 提供者:sky
  1. KeyBox-master

    0下载:
  2. KeyBox 提供了管理 OpenSSH 公钥的方法和 SHELL 脚本,用于在被管的系统上分发和执行。将生成 authorized_keys 文件并基于应用关系维护进行分发。该项目可集中式管理公钥阻止扩散。-KeyBox management OpenSSH public key and SHELL scr ipt for distribution and execution on the managed system. Will generate authorized_keys file b
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:295.46kb
    • 提供者:gpudn33k
  1. Digital-signature

    0下载:
  2. 数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。-Digital signature: generate RSA keys (myKeyPair), RSA key pair to produce the Signature object information (i
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:1.86kb
    • 提供者:pudn1375
  1. Asymmetric-encryption

    0下载:
  2. java实现公钥密码算法 实现数字信封功能-java public key cryptography algorithm digital envelope function
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:4.65kb
    • 提供者:jason
  1. hc-v4.tar

    0下载:
  2. httpclient登录新浪微博(非SDK方式)最近新浪微博更新了sso登录方式,加密算法变成了rsa,获取nonce和servertime,pubkey,这里涉及到rsa加密,通常用java进行rsa加密一般都是从文件读取公钥信息或者是base64编码的公钥信息转换成key,然后进行加密... -httpclient Login Sina Weibo (non-SDK way) Sina Weibo recently updated sso login, encryption algori
  3. 所属分类:Java Develop

    • 发布日期:2017-11-02
    • 文件大小:1.97mb
    • 提供者:zhangts
« 12 3 »
搜珍网 www.dssz.com