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

搜索资源列表

  1. RSA

    1下载:
  2. 用MATLAB实现RSA加密、解密,并尝试破解RSA RSA_Gen.m 产生密钥 RSA_Enc.m 实现加密 RSA_Dec.m 实现解密 RSA_Hack.m 尝试破解-Implement RSA encryption with MATLAB, decryption, and try to crack the RSA. RSA_Gen.m generate encryption keys RSA_Enc.m encrypt the original message
  3. 所属分类:Crack_Hack

    • 发布日期:2017-12-11
    • 文件大小:1214
    • 提供者:Wind
  1. RSA

    0下载:
  2. RSA加密算法 用C写的 包含了单个和复合例子 可自己更换被加密数据-RSA algorithem in C, contains the single and combined examples, which all can be replaced by the user.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-12
    • 文件大小:16892
    • 提供者:杨超
  1. RSA

    1下载:
  2. 产生随机数,并用RSA算法进行加密和解密(Generate random numbers, and RSA algorithm for encryption and decryption.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:八千留
  1. rsa数字签名

    0下载:
  2. 数据安全中的rsa加密和数据签名及其算法范例(RSA encryption and data signature in data security and examples of algorithms)
  3. 所属分类:加密解密

    • 发布日期:2017-12-21
    • 文件大小:7144448
    • 提供者:ustb1985
  1. 加密算法源码

    0下载:
  2. 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:15360
    • 提供者:xyharm
  1. rsa_encryption

    0下载:
  2. 通过rsa算法加密字符串,使用了gmp的库,代码将近200行(Through the RSA algorithm to encrypt the string, using the GMP library, the code is nearly 200 lines)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:handsomechar
  1. rsa

    0下载:
  2. rsa的加密解密算法,可以实现2048位的,虽然速度有点慢(RSA encryption and decryption algorithm, can achieve 2048 bits, although a bit slow)
  3. 所属分类:加密解密

    • 发布日期:2017-12-27
    • 文件大小:19456
    • 提供者:NIUJIE
  1. 加密算法

    1下载:
  2. c++ 加密算法合集,包括(rsa md5 base64....)(C++ encryption algorithm collection, including (RSA MD5 Base64...))
  3. 所属分类:加密解密

    • 发布日期:2017-12-30
    • 文件大小:384000
    • 提供者:XZY123
  1. extendedeuclid

    1下载:
  2. 作者身份:华南理工大学知识产权学院王桂林,这是我自己编写的拓展欧几里得算法,用于实现RSA加密中的求模数乘法逆元,适合初学者作参考代码。文件内容是VS C++项目文件。(I am a student who is from South China University of Technology.This is a realization of the extended Euclid calculation, which can be used to do the RSA. I suggest
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:3500032
    • 提供者:欣欣欣欣
  1. rsa_algorithm demo

    0下载:
  2. RASA加密算法,可加密解密。资源借用,仅供参考。(RASA encryption algorithm, encryption and decryption.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:115712
    • 提供者:pddn_ly
  1. DES_RSA_MD5加密解密

    0下载:
  2. 实现对称加密解密技术DES,非对称加密解密技术RSA,MD5(To achieve symmetric encryption and decryption technology DES, asymmetric encryption and decryption technology RSA,and MD5.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1435648
    • 提供者:hideonbuss
  1. Cache

    0下载:
  2. 本例基于C/C++平台实现了RSA加密解密功能以及大素数生成和检验功能(This example is based on the C/C++ platform to achieve the RSA encryption and decryption functions and generating large prime numbers and inspection function)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:xieyinyangwudi
  1. RSA加解密

    0下载:
  2. 前端加密,传送给后台,防止有人抓包,采用AES加密(The front end encryption, transmitted to the background, prevent people capture)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:17408
    • 提供者:麦子豆豆
  1. RSA

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一(The RSA algorithm is the first algorithm that can be used for both encryption and digital signature at the same time. It is also easy to understand an
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:194560
    • 提供者:木南花开
  1. RSA加解密算法

    0下载:
  2. 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:斩月
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:672768
    • 提供者:lala_
  1. RSA

    0下载:
  2. 实现rsa简单加密解密,运行后输入选择功能,输入秘钥和数字进行加解密操作(simple rsa encrytion and decryption)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:37888
    • 提供者:sunsLorenzo
  1. 各种加密算法

    0下载:
  2. DES、RSA、背包、AES、IDEA等各种加密算法的源码(All Kinds Of Encoding Algorithms)
  3. 所属分类:加密解密

    • 发布日期:2018-04-19
    • 文件大小:943104
    • 提供者:年少有为i
  1. RSA加解密的设计与实现--程序+报告

    2下载:
  2. 制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the priv
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:96256
    • 提供者:SJJXZ
  1. MyRSA

    0下载:
  2. RSA公私钥加密解密,私钥加密,公钥解密(Encryption and decryption of RSA public key)
  3. 所属分类:加密解密

    • 发布日期:2018-04-28
    • 文件大小:1423360
    • 提供者:光声乐影
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com