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

搜索资源列表

  1. Encrypt

    1下载:
  2. JAVA实现的文件加密.解密功能。DES,RSA算法集合-JAVA Implementation of file encryption and decryption functions. DES, RSA algorithm is a collection of
  3. 所属分类:Applet

    • 发布日期:2017-05-02
    • 文件大小:624445
    • 提供者:丁壳
  1. TLTMERLIB

    1下载:
  2. 通联支付接口源代码,使用rsa认证机制的通讯支付-Communications to pay Interface source code rsa authentication mechanisms communication payment
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1727791
    • 提供者:kevin.xia
  1. bc

    0下载:
  2. java rsa 包,加密解密必备-java rsa packet encryption and decryption essential
  3. 所属分类:Applet

    • 发布日期:
    • 文件大小:1392237
    • 提供者:sdfas
  1. RSA

    0下载:
  2. 欧拉算法 计算密钥 通过明文计算密文 java程序 -Euler algorithm computes the key by expressly calculated ciphertext java program
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:1246
    • 提供者:李辉
  1. RAS_AES

    0下载:
  2. 利用JAVA GUI介面實行RSA加密方法 解密運算 可自訂key的bit大小-JAVA GUI interface implementation of the RSA encryption method decryption operations can customize the bit size of key
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-21
    • 文件大小:15977
    • 提供者:呂峻豪
  1. IP-Messenger

    0下载:
  2. 飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。数据通讯不需要建立服务器、直接在两台电脑间通信和数据传输,支持文件及文件目录的传输,具有安全快捷以及小巧方便等优异特点,因此很多公司都采用它作为部门、公司内部的IM即时通信工具。-IP Messen
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:4282157
    • 提供者:junco
  1. RsaMessage

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

    • 发布日期:2017-11-22
    • 文件大小:6565
    • 提供者:sky
  1. org.tool

    0下载:
  2. 打包了BASE64转码、AES与RSA的加密与解密,方便大家调用。-Packaged BASE64 transcoding, AES and RSA encryption and decryption, to facilitate call.
  3. 所属分类:Applet

    • 发布日期:2017-11-26
    • 文件大小:34208
    • 提供者:马文军
  1. RSA_Demo

    0下载:
  2. SHA1WithRSA:用SHA算法进行签名,用RSA算法进行加密-Signature SHA1WithRSA: SHA algorithm, using the RSA algorithm to encrypt.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:1295
    • 提供者:soulnion
  1. RSAAlgo

    0下载:
  2. RSA Encryption Decryption algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:540
    • 提供者:shweta
  1. PairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。-Java asymmetric encryption source code examples, RSA encryption technology, the definition of encryption algorithms available DES DESede, Blowfish, such as is used in this example.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:5223
    • 提供者:pudn1370
  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
    • 文件大小:1901
    • 提供者:pudn1375
  1. RSA_encryption_by_java

    0下载:
  2. Java RSA加密,可以对中文进行加密-RSA encryption, Chinese supported
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:74744
    • 提供者:Z
  1. JavaPairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -Java asymmetric encryption source code examples, in this case using RSA encryption technology available encryption algorithms defined DES, DESede, Blowfish and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:6198
    • 提供者:xuchi
  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
    • 文件大小:2066832
    • 提供者:zhangts
  1. RSAHomomorphic

    0下载:
  2. rsa homomorphic algorithm is used to encryption for files
  3. 所属分类:Applet

    • 发布日期:2017-03-31
    • 文件大小:1494
    • 提供者:ram
  1. post

    0下载:
  2. 主要是防机器恶意注册的,使用VS2010开发环境,用RSA加密web表单数据 -Mainly anti machines registered in bad faith, using the VS2010 development environment, web form data using RSA encryption
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:161558
    • 提供者:陈先生
  1. JCERSAPrivateKey

    0下载:
  2. JCE RSA Private Key for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1113
    • 提供者:muhindin
  1. ThreePrime

    0下载:
  2. 利用中国剩余定理实现的三素数RSA解密算法-Using three prime RSA encryption algorithm to achieve the Chinese remainder theorem
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:hanxiao
  1. JCERSAPrivateCrtKey

    0下载:
  2. A provider representation for a RSA private key, with CRT factors included.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1603
    • 提供者:vongpengsin
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com