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

搜索资源列表

  1. xmlbased_RSA

    0下载:
  2. 对于要加密的文档,www有一套标准,约定用于加密的文档应当组成一定的格式.对于符合这个格式的xml文档,本程序能从中提前rsa加密密钥和明文进行加密.本程序还提供rsa密钥生成接口和加密解密接口.-regard to the encrypted files, www set of standards, agreement for encrypted files should be composed of a certain format. For the format of the xml do
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:40832
    • 提供者:黎之方
  1. JAVA.RSA

    0下载:
  2. 用JAVA做的一个RSA加密解密程序,能实现密钥的生成并且对文件进行加密和解密-do with JAVA an RSA encryption and decryption procedures, Key to achieving the production of documents and encryption and decryption
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14500
    • 提供者:龙宇
  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
    • 文件大小:621
    • 提供者:DS
  1. javaQIANMING

    0下载:
  2. java应用程序中关于,产生RSA密钥对的一段小程序。-About java applications, resulting in a section of RSA key pair applet.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:maiguang
  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-07
    • 文件大小:5109
    • 提供者:易守望
  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
    • 文件大小:2912
    • 提供者:neo
  1. testRsa

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

    • 发布日期:2017-04-08
    • 文件大小:768
    • 提供者: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
    • 文件大小:54655
    • 提供者:chuen jane
  1. rsa

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

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

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

    • 发布日期:2017-12-10
    • 文件大小:1246
    • 提供者:李辉
  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
    • 文件大小:369239
    • 提供者:vicky
  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. RsaMessage

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

    • 发布日期:2017-11-22
    • 文件大小:6565
    • 提供者:sky
  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

    0下载:
  2. 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -1 understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. (2) the RSA encryption algorithm, for ex
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:7549
    • 提供者:fuaixia
  1. rsa

    0下载:
  2. 一个移动客户端与服务端安全交互的解决方案。 针对: http://my.oschina.net/kaster/blog/130940 客户端使用AES加密报文,使用RSA公钥加密AES密钥 服务端使用私钥解密AES密钥,再使用AES密钥解密密文 隐掉了数据压缩部分-A mobile client and server security solutions that interact. For: http://my.oschina.net/kaster/bl
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:6156
    • 提供者:贾宝奇
  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-13
    • 文件大小:3354132
    • 提供者:王同学
  1. RSA-Tool

    0下载:
  2. java RSA 不对称加密密钥生成、加密解密实例-java RSA asymmetric encryption key generation, encryption and decryption instance.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:1520
    • 提供者:lidongdong
  1. RSAKeyGenerator

    0下载:
  2. RSA加密算法的java实现,该程序是RSA密钥生成器-RSA encryption algorithm java realize, the program is RSA key generator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3497
    • 提供者:田青永
  1. CrfRsa4j

    0下载:
  2. RSA秘钥生成,私钥加密-公钥解密,公钥加密-私钥解密,私钥签名-公钥签名,SH256无秘钥签名(RSA key generation, encryption key to decrypt the private key, public key encryption private key to decrypt the private key signature, public key signature, SH256 key signature)
  3. 所属分类:Java编程

« 12 »
搜珍网 www.dssz.com