搜索资源列表

  1. RSA

    0下载:
  2. RSA算法加密与解密,MFC精美的添加SKinMagic皮肤的可视化界面,采用了分治法处理大整数取模问题-RSA algorithm for encryption and decryption, MFC delicate skin to add SKinMagic visual interface, using divide and conquer the problem to handle large integers modulo
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2331648
    • 提供者:yanpinghu
  1. Research-And-Development-Of-RSA-File-Encryption.ra

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

    • 发布日期:2024-05-14
    • 文件大小:1044480
    • 提供者:张波
  1. RSA

    0下载:
  2. 密码学中RSA算法的MATLAB实现。包含算法说明及程序验证。-Cryptography RSA algorithm MATLAB implementation. Contains the algorithm descr iption and program verification.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:Gina
  1. RSA

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 -RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2960384
    • 提供者:程海龙
  1. RSA

    0下载:
  2. VC环境下实现的RSA算法!之上传了c源文件和头文件-RSA algorithm is realized in the VC environment!
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:kun
  1. rsa-cpp

    0下载:
  2. RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:YCLIU
  1. RSA

    0下载:
  2. VC++写的RSA算法,实现了美观功能强大的界面!-VC++ to write the RSA algorithm to achieve beautiful and powerful interface!
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:3841024
    • 提供者:kun
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:窦小敏
  1. rsa

    0下载:
  2. RSA算法实现,用C++语言实现大数类的构建,可以实现RSA算法加解密文本文件及二进制文件及图像,速度较快-将中文译成英语 RSA algorithm, using C language class structure of large numbers, RSA algorithm for encryption and decryption can text file and binary files and images, fas
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1994752
    • 提供者:dezheng
  1. rsaref.2.0

    0下载:
  2. RSA算法的实现和相关文档,包含例子程序-RSA algorithm implementation and related documentation, including examples of programs
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:99328
    • 提供者:hao
  1. RSA

    0下载:
  2. 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext en
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:45056
    • 提供者:semmir
  1. rsa

    0下载:
  2. RSA算法实现的C语言代码,需要SSL库支持。-RSA CODE
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:73728
    • 提供者:gaowei
  1. RSA

    0下载:
  2. RSA算法实现源码,素数生成,加密解密过程-RSA algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:4260864
    • 提供者:刘海峰
  1. rsa-shuziqianming

    0下载:
  2. 实现基于RSA算法的数字签名系统,基于C++语言实现,有很好的图形界面-RSA algorithm-based digital signature system, based on C++ language, a very good graphical interface
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2028544
    • 提供者:小陈
  1. RSA

    0下载:
  2. 基于RSA算法实现数字签名的加解密功能,能完美实现,在VS2008上-Based on the RSA algorithm encryption and decryption of digital signatures
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:别宁
  1. LINUX-RSA

    0下载:
  2. 对明文传输加密解密,加密方式是RSA算法-Encryption and decryption of transmitted in the clear
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:301056
    • 提供者:张学奇
  1. RSA算法

    0下载:
  2. iOS平台的RSA加密,适合跟钱有关的接口调用校验
  3. 所属分类:密码/编码算法

    • 发布日期:2015-09-21
    • 文件大小:4648
    • 提供者:weikaishi
  1. RSA

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

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:八千留
  1. RSA算法

    0下载:
  2. 实现int类型的rsa加解密,重在思想,有人告诉我2048bit怎么编?(rsa algorithm descr iption)
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:214016
    • 提供者:dreamstick
  1. RSA算法原理与实现

    0下载:
  2. RSA加密算法,可用于密钥产生,文件数据加密.(RSA encryption algorithm, can be used for key generation, file data encryption)
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:649216
    • 提供者:好好学习95
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org