搜索资源列表

  1. RSA加解密

    0下载:
  2. vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:1.88mb
    • 提供者:wj
  1. 64bit RSA加密

    0下载:
  2. 64位RSA算法源程序,VB代码.可用于INTERNET网络编程-64 RSA algorithm source, VB code. Can be used for Internet Network Programming
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-11-17
    • 文件大小:5kb
    • 提供者:董铭惠
  1. 5.非对称加密RSA的实现及其源代码

    0下载:
  2. 5.非对称加密RSA的实现及其源代码,JAVA代码,挺好用的,有兴趣的下啊-5. RSA asymmetric encryption and the realization of the source code, Java code, very good use, and are interested in the next ah
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-17
    • 文件大小:6kb
    • 提供者:luoz
  1. RSA MD5 v1.2

    0下载:
  2. RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-17
    • 文件大小:101kb
    • 提供者:张晓博
  1. RSA-file-encode

    0下载:
  2. RSA文件加密的研究和实现(含毕业论文和实现代码)-RSA File Encryption Research and Implementation (including thesis and the realization of the code)
  3. 所属分类:软件工程

    • 发布日期:2024-11-17
    • 文件大小:1.01mb
    • 提供者:徐鹤
  1. RSA

    0下载:
  2. 用于RSA加密的汇编语言源代码,只能对数值进行加密-RSA encryption for the assembly language source code, can only be encrypted numerical
  3. 所属分类:汇编语言

    • 发布日期:2024-11-17
    • 文件大小:3kb
    • 提供者:许啦咪
  1. rsa

    0下载:
  2. rsa加密解密代码,简单的界面,详细的注释不错的说-rsa encryption and decryption code, simple interface and detailed notes that good
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:53kb
    • 提供者:
  1. RSA

    0下载:
  2. 应用非对称密钥系统RSA密码系统进行数据签名的代码-Application of non-symmetric key system, RSA cryptosystem for data signature code
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:3.42mb
    • 提供者:李彦
  1. RSA

    0下载:
  2. 这个vc++代码实现了RSA,Elamal,弗吉尼亚加密算法。-This vc++ Code realize the RSA, Elamal, Virginia encryption algorithm.
  3. 所属分类:CA认证

    • 发布日期:2024-11-17
    • 文件大小:93kb
    • 提供者:山东省
  1. RSA

    0下载:
  2. delphi下的Rsa数字证书开发库相关代码-Rsa under delphi development of library-related digital certificate code
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-11-17
    • 文件大小:18kb
    • 提供者:tony
  1. RSA

    0下载:
  2. RSA加解密,南京理工大学密码学实验的源程序代码-RSA encryption and decryption, Nanjing University of Technology and Engineering Cryptography Experiment Source Code
  3. 所属分类:Windows编程

    • 发布日期:2024-11-17
    • 文件大小:1.85mb
    • 提供者:liming
  1. rsa

    0下载:
  2. 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过-An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:6kb
    • 提供者:lichen
  1. rsa

    0下载:
  2. 这是RSA算法的原代码实现应该直接能用,已调试好-This is the original RSA algorithm implementation code can be used directly, has good debugging
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:3.11mb
    • 提供者:demon
  1. RSA

    0下载:
  2. rsa算法的C语言代码实现,适合算法计算机学习研究者阅读-rsa for c program,suit for arithmetic study
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:13kb
    • 提供者:jie
  1. RSA

    0下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RS
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:80kb
    • 提供者:jhp627
  1. RSA

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations o
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:604kb
    • 提供者:佘曼桂
  1. Research-And-Development-Of-RSA-File-Encryption.ra

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

    • 发布日期:2024-11-17
    • 文件大小:1020kb
    • 提供者:张波
  1. RSA

    0下载:
  2. RSA加密其中有MD5算法的实现 RSA中用到了大数库MIRacl库 详见代码-RSA
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:3.65mb
    • 提供者:Dante
  1. 6_Rsa

    0下载:
  2. rsa代码,密码学学习必须掌握的算法。很全的代码。-rsa code, cryptography algorithm to learn to master. Is all the code.
  3. 所属分类:加密解密

    • 发布日期:2024-11-17
    • 文件大小:3.17mb
    • 提供者:一杭
  1. RSA-Encode-and-Decode

    0下载:
  2. 本软件利用matlab开发的一个具有交互界面的软件,主要功能为RSA的加密、解密功能,简单易懂,富有详细代码-This software is developed using a matlab interface software, the main function for the RSA encryption and decryption functions, easy to understand, full of detailed
  3. 所属分类:matlab例程

    • 发布日期:2024-11-17
    • 文件大小:18kb
    • 提供者:stephen
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org