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

搜索资源列表

  1. password-system

    0下载:
  2. 用VC++编程实现了RSA算法加密和解密运算,其中使用了DES系统-VC++ programming using the RSA algorithm for encryption and decryption operations, using DES system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5672289
    • 提供者:古狸
  1. RSATool

    0下载:
  2. 这是实现RSA算法的加密和解密的程序,程序中使用大整数库miracl-failed to translate
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:380370
    • 提供者:huan
  1. RSAString

    0下载:
  2. 采用基于RSA的加密与解密算法实现对字符串的加密和解密的处理-Based on RSA encryption and decryption algorithms to encrypt and decrypt the string handling
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:7788
    • 提供者:黄忠
  1. java_security_sdk

    0下载:
  2. 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:212631
    • 提供者:鹿淑煜
  1. rsatool

    0下载:
  2. rsa 在大数运算,解决加密和解密时产生大数的问题。-rsa operations in large numbers, encryption and decryption to solve the problems generated when large numbers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1509
    • 提供者:fanyun
  1. RSATest

    0下载:
  2. VC6下编译通过。RSA算法的参数生成,RSA算法的加密和解密。-VC6 compile. RSA algorithm parameter generator, RSA encryption and decryption algorithms.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:1857
    • 提供者:xianwy
  1. encrypt(desPrsa)

    0下载:
  2. 通过java jdk6所提供的api设计的一个通信过程的加密与解密。其中有两个十分常用的算法:des+rsa-Provided by java jdk6 api design of a communication process of encryption and decryption. Two very commonly used algorithms: des+ rsa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2851307
    • 提供者:liyu
  1. miracl3

    0下载:
  2. 这是miracl库的精减版本,主要实现的是BB的加密、解密的算法的接口-This Portable C library implements a full implementation of Multiprecision Arithmetic. In particular it includes all the primitives necessary to implement Number Theoretic based methods for Public Key Cryptogr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1572610
    • 提供者:yoy
  1. Abstract

    0下载:
  2. 摘 要: 1982年,Quisquate和Couvreur提出了一种RSA的变型算法,称为RSA–CRT算法,这是一种基于中国剩余定理的能够加速RSA解密的算法。1990年,Wiener提出了另外一种RSA的变型算法,称为重新平衡–RSA,进一步通过把解密成本转移到加密成本上来加速RSA解密。但是,因为公开指数e通常和RSA系数是同一量级,所以这种方法实质上最大化了加密时间。在本文中,我们介绍两种重新平衡–RSA变型算法,它们的公开指数e比模量更加的小,因此能够在保持较低解密成本的同时有效地减少
  3. 所属分类:Development Research

    • 发布日期:2017-05-01
    • 文件大小:561360
    • 提供者:huhui
  1. rsn

    0下载:
  2. rsn算法RSA算法的描述 1、选取长度相等的两个大素数p和q,计算其乘积: n = pq 然后随机选取加密密钥e,使e和(p–1)(q–1)互素。 最后用欧几里德扩展算法计算解密密钥d,以满足 ed = 1(mod(p–1) ( q–1)) 即 d = e–1 mod((p–1)(q–1)) e和n是公钥,d是私钥 2、加密公式如下: ci = mi^e(mod n) 3、解密时,取每一密文分组ci并计算: mi = ci^d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:31699
    • 提供者:mix
  1. RSAsecurity

    0下载:
  2. rsa算法(包括求范围内素数,逆元,加密,解密)-rsa security
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:233391
    • 提供者:深度娱乐
  1. vcPPcrypt

    0下载:
  2. 此压缩包内有cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32,base64、modexppc、network等一些的常见加密、解密算法,非常全的算法集合,而且还包含有英文的开发文档,研究学习算法的可不要错过。-Compressed package cast, blowfish, simple, des, cryptlib, rsa,, mqueue,, xtrcrypt, gf256, base32, base6
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8425472
    • 提供者:situyun
  1. RSA_FINAL

    0下载:
  2. 基于RSA算法的ATL组件,实现输入数字,加密数字,并可以解密数字-A ATL based on RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-18
    • 文件大小:27973929
    • 提供者:沈宇杰
  1. IRRSSA_codem

    0下载:
  2. 实现RSA的加密,解密,能应用与加加密,解密系统中..适合初学入门者学习 -RSA encryption, decryption, can be applied with the added encryption, decryption system .. suitable for beginners beginners learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:52572
    • 提供者:ZHAN
  1. Uc_rsaas

    0下载:
  2. 采用C语言实现了RSA算法,演示了加密和解密。可可以用于保护软件。 ,经测试 -Using C language to implement the RSA algorithm, the encryption and decryption. Can can be used to protect software. , Tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1239
    • 提供者:r123qq
  1. eaebb0817735

    0下载:
  2. RSA C语言实现能实现大素数的运算,包括加密以及解密的过程-The RSA C language to achieve large primes computing, including encryption and decryption process
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:6969
    • 提供者:ALONG
  1. encryptdll3.8

    1下载:
  2. 共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI、SATA接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:993624
    • 提供者:曾宪
  1. Trsa

    0下载:
  2. C语言实现RSA的加密与签名,没有解密与验证,运行没有问题-C language RSA encryption and signature, decryption and verification, and run without problems
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:696
    • 提供者:wanyannan
  1. Decrypt.rar

    0下载:
  2. 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
  3. 所属分类:CA program

    • 发布日期:2017-11-16
    • 文件大小:212805
    • 提供者:曾祥园
  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 2 ... 26 27 28 29 30 3132 33 »
搜珍网 www.dssz.com