CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - RSA Encryption

搜索资源列表

  1. rsa

    0下载:
  2. 本程序主要用C实现了RSA算法。具体为输入数字进行RSA加密或解密。可根据自己要求做出适当修改。-C major with the procedures of the RSA algorithm realization. Specific figures for the importation of RSA encryption or decryption. May request in accordance with their amended as appropriate.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:117.71kb
    • 提供者:zhujieli
  1. Encryption-decryption

    0下载:
  2. 基于RSA算法 加密时每批100个字符,解密时一次一字符。 n>=256 但n<256时 将进行不可逆加密-RSA encryption algorithm based on each batch of 100 characters, once decrypted, when a character. n> = 256 but n < 256 will be irreversible encryption
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:46.56kb
    • 提供者:不同
  1. rsa

    0下载:
  2. 实现简单的RSA加密,指定p,q,e,程序找到密钥,用户输入数字形式的明文,然后加密生成密文,打开解密程序,输入密文,输出明文-RSA encryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:9.96kb
    • 提供者:郑振龙
  1. RSA

    0下载:
  2. 用C语言实现教科书式的RSA加密算法,无错版-C language textbook RSA encryption algorithm, error-free version
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:253.59kb
    • 提供者:Echo Luo
  1. RSA

    0下载:
  2. 通过MFC实现RSA加密解密,密钥是随机生成的,可以为任意长度,但是最好不要超过2048比特-Through the MFC to achieve RSA encryption and decryption keys are randomly generated, can be any length, but preferably not more than 2048-bit
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2.4mb
    • 提供者:lilei
  1. RSA

    0下载:
  2. RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密-This is RSA encryption algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:29.93kb
    • 提供者:邓文楠
  1. RSA-(1)

    0下载:
  2. RSA生成大素数 加密解密 蒙哥马利算法 MFC界面-RSA encryption and decryption generate large prime numbers Montgomery algorithm MFC interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:lei
  1. rsa

    0下载:
  2. 使用Java语言来实现 rsa加密算法,没有调用Java中的类,是直接按照rsa加密原理一步一步实现-Using the Java language to implement rsa encryption algorithm, there is no call in Java classes, is a direct step by step in accordance with the realization of the principle of rsa encryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.25kb
    • 提供者:杨晓
  1. RSA-encryption-to-decrypt

    0下载:
  2. RSA加密和解密,实现基本的RSA算法,需要选择两个大素数。 -RSA encryption and decryption, the realization of basic RSA algorithm, we need to select two large prime Numbers.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:563byte
    • 提供者:gfdghbf
  1. RSA

    0下载:
  2. RSA加密解密算法,可以实现现场的加密解密,可以更改公钥私钥。-RSA encryption and decryption algorithm, can realize the field of encryption and decryption, can change the public and private key.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:412.35kb
    • 提供者:二胡
  1. RSA-program

    0下载:
  2. 在VC平台上用c++实现的RSA加密解密算法-Implementation of RSA encryption algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.91mb
    • 提供者:fu
  1. rsa

    0下载:
  2. rsa encryption decryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:639byte
    • 提供者:damian
  1. RSA

    0下载:
  2. 使用openssl库进行rsa方式的加密-Use openssl library rsa encryption mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:227.06kb
    • 提供者:薛英才
  1. RSA

    0下载:
  2. vs2015编译的RSA加解密算法,算法比较简单,可以作为新手参考-Vs2015 RSA encryption and decryption algorithm, the algorithm is relatively simple, can be used as a reference for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.1mb
    • 提供者:hcc
  1. APKIDE七少月RSA加密解密工具

    1下载:
  2. APKIDE七少月RSA加密解密工具APKIDE七少月RSA加密解密工具(APKIDE seven month less RSA encryption, decryption decryption tool APKIDE seven month less RSA encryption tool)
  3. 所属分类:其他

  1. RSA 工具类

    0下载:
  2. rsa加解密工具类,包括2048/1024(RSA encryption and decryption tool class, including 2048/1024)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2kb
    • 提供者:smile2134
  1. rsademo

    0下载:
  2. Android的RSA加密,jni实现,稳定可靠(Android RSA encryption, jni, stable and reliable)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2.02mb
    • 提供者:凤尧
  1. rsa client serveur

    0下载:
  2. the encryption key is public and it is different from the decryption key which is kept secret (private). In RSA, this asymmetry is based on the practical difficulty of the factorization of the product of two large prime numbers, the "factoring p
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:10kb
    • 提供者:minddz
  1. rsa

    0下载:
  2. RSA加密解密,实测可用,可以下载看看;仅供学习,请不要用于商务用途(RSA encryption and decryption)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2kb
    • 提供者:whe23
  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
    • 文件大小:94kb
    • 提供者:SJJXZ
« 12 3 »
搜珍网 www.dssz.com