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

搜索资源列表

  1. RSA公开密钥加密

    1下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。-use public key algorithm,and use diffrent key for encryption and decryption
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:20824
    • 提供者:blickwinkel
  1. RsaTool.自己写的RSA算法工具

    1下载:
  2. 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
  3. 所属分类:加密解密

    • 发布日期:2017-03-22
    • 文件大小:121984
    • 提供者:1234
  1. RSA.rar

    2下载:
  2. RSA加密程序 1、能够对字串进行加密; 2、可以自动生成RSA加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。 ,RSA Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the crptogr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-14
    • 文件大小:17664
    • 提供者:Jane
  1. RSA

    0下载:
  2. 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1372336
    • 提供者:hbhb
  1. RSA

    0下载:
  2. RSA密钥生成器,用于RSA传输过程中加密与解密,delphi 源代码。-RSA key generator and transfer process for RSA encryption and decryption, delphi source code.
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:486990
    • 提供者:wenfumin
  1. RSA-Arithmetic-Code

    0下载:
  2. RSA算法的实现,包括密钥生成及加解密 RSA算法的实现,包括密钥生成及加解密-RSA algorithm, including key generation and RSA encryption algorithm, including key generation and encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:13928
    • 提供者:yuyingjie
  1. rsa

    0下载:
  2. RSA加密算法的JS实现及调用案例,另附生成密钥对的程序-RSA encryption algorithm to achieve, and call the JS case, attached the program to generate key pair
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:194995
    • 提供者:张地
  1. RSA

    0下载:
  2. RSA源码测试 openssl 中的RSA密钥算法的使用,可以作为知识的基础点,对加解密有一定的帮助-RSA source code test openssl in the use of RSA key algorithm can be used as knowledge base points, to a certain extent with the help of encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:35179
    • 提供者:liupeng
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. SafeTrans

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:650182
    • 提供者:qzhirong
  1. RSA

    0下载:
  2. RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:27638
    • 提供者:魏汝垚
  1. rsa

    1下载:
  2. 能够用matlab实现RSA算法中加密解密的功能,产生的密钥为1024位,计算速度快。-Matlab able to achieve the RSA algorithm for encryption and decryption functions, have a key for 1024, the calculation speed.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11959
    • 提供者:鲍茂然
  1. rsa

    0下载:
  2. 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制 -1, the preparation of procedures for constructing a RSA key 2, the preparation of procedures for fast index algorithm 3, the preparation process to generate large prime numbers 4, t
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:20694
    • 提供者:
  1. rsa

    0下载:
  2. 用VHDL求rsa加密系统的密钥D(辗转相除法)-Using VHDL for rsa key encryption system D(Division algorithm)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2385249
    • 提供者:齐娜
  1. RSAcodeformfc

    1下载:
  2. RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:476354
    • 提供者:dynasty ding
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1044211
    • 提供者:张波
  1. RSA

    0下载:
  2. JAVAscr ipt实现的使用RSA密钥对加密解密以及产生密钥对-JAVAscr ipt using RSA key implementation and the generation of encryption and decryption key pair
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:56281
    • 提供者:saijd
  1. Crypto

    0下载:
  2. 采用RSA进行加密,支持密钥生成,加密,解密。-encrypt data using RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:26728
    • 提供者:lihox
  1. rsa

    0下载:
  2. rsa 基于RSAd的公开密钥算法 非对称密钥-rsa public key algorithm based on RSAd asymmetric keys
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:51813
    • 提供者:wangrui
  1. RSA

    0下载:
  2. 基于matlab 加密解密 RSA 密钥产生-RSA-based encryption and decryption key generation matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6684
    • 提供者:王倩
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com