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

搜索资源列表

  1. encrypt_w1

    0下载:
  2. vc++实现加密文件功能,采用rsa公钥私鈅的方法,对msdn上的例子稍作了改动-encypt file using vc++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4757425
    • 提供者:惠慧
  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
    • 文件大小:3390
    • 提供者:燕姿
  1. rsa

    0下载:
  2. rsa加解密算法,用RSA公钥密码进行加密,解密 ,实现素数的判定算法-rsa encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:875
    • 提供者:yd
  1. MATLABEND

    0下载:
  2. RSA算法是目前公认的在理论和实际应用中最为成熟和完善的一种公钥密码体制,它是第一个既能用于数据加密也能用于数字签名的算法,是公钥密码体制的代表。-RSA algorithm is considered as a public-key cryptosystem of the most fully developed and complete in theory and practice application at present. It is the first algorithm for b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:17983
    • 提供者:刘明
  1. how-to-create-J2EE-license

    1下载:
  2. 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的
  3. 所属分类:Java Develop

    • 发布日期:2014-07-28
    • 文件大小:74752
    • 提供者:彪汉
  1. SM2

    0下载:
  2. 国密算法 SM2椭圆曲线公钥密码算法(签名、交换、加密)-State encryption algorithm The SM2 elliptic curve public key cryptographic algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:858011
    • 提供者:jiking
  1. RSA

    0下载:
  2. 简单的RSA加解密练习,使用公钥进行加密,使用私钥进行解密。-Simple RSA encryption and decryption of the exercises, using the public key is encrypted using the private key to decrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5678734
    • 提供者:Jack
  1. rsaDemo

    0下载:
  2. 公钥密码实现程序,命令提示符窗口,可以从控制台界面上观察加密解密情况-Public key cryptography to achieve program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:77181
    • 提供者:立志
  1. RSA

    0下载:
  2. c语言编写 非对称密钥加密 密码学实验 公钥密码 但是 计算效率不太高啊-c language asymmetric key encryption cryptography experimental public key cryptography, computational efficiency is not too high
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:24494
    • 提供者:lee
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-Encryption and decryption procedures and source code in C#, encryption, mainly in two steps, the first step to select the file,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:18479
    • 提供者:程亮
  1. DES-a-RSA

    0下载:
  2. 用Visual C++编写的经典对称加密算法:DES和经典公钥密码算法:RSA-Written with Visual C++ classical symmetric encryption algorithm: DES and the classic public-key cryptographic algorithms: RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2173877
    • 提供者:
  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1876
    • 提供者:李小龙
  1. ntru

    0下载:
  2. ntru1.2,网络安全,网络加密,公钥密码算法,格理论,分配机制-ntru1.2, network security, encryption, public key cryptographic algorithm, lattice theory, allocation mechanism
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-02
    • 文件大小:214790
    • 提供者:章林林
  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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6847
    • 提供者:lws
  1. rsa

    0下载:
  2. 公钥密码算法的加密与解密 (RSA-OAEP) -Public key encryption and decryption of cryptographic algorithms (RSA-OAEP)
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:36746
    • 提供者:沈超
  1. RSA

    0下载:
  2. RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:154361
    • 提供者:赖晓松
  1. RSA

    0下载:
  2. // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-10-31
    • 文件大小:1437351
    • 提供者:宋向阳
  1. RSA

    0下载:
  2. 该程序使用RSA公钥算法实现了对一个字符串的加密和解密功能。其中,采用欧几里德算法(即辗转相除法)来判断两个数是否是素数。另外,使用菜单选项来选择当前是要“加密”还是“解密”。-The program use RSA public key algorithm is presented for a string of encryption and decryption function. Among them, the Euclidean algorithm (namely division al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:222759
    • 提供者:xiaoyezi
  1. shuzixinfeng

    0下载:
  2. 数字信封的的实现,打包与拆解。将对称密钥通过非对称加密(即:有公钥和私钥两个)的结果分发对称密钥的方法。-The digital envelope realize, packing and dismantling. Symmetric key to the passage of the asymmetric encryption (ie: a public key and a private key both) the results of a method to distribute symm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:4598
    • 提供者:WXW
  1. rsa

    0下载:
  2. RSA 加密解密研究代码,实现RSA公钥、私钥的生成、用生成的密钥加密解密测试字符串。-Study on the RSA encryption and decryption code, implementation of RSA public key, private key is generated, with the generated key for encryption and decryption of the test string.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:10413345
    • 提供者:徐锋
« 1 2 ... 7 8 9 10 11 1213 14 »
搜珍网 www.dssz.com