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

搜索资源列表

  1. RSA.ZIP

    0下载:
  2. C++ implementaion for RSA together with the Wiener attack. It uses NTL library for big numbers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:4428
    • 提供者:Calin Juravle
  1. RSA

    0下载:
  2. 对加密算法RSA的C++实现,RSA是非对称经典加解密算法-RSA encryption algorithm on the C++ to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:35179
    • 提供者:fox
  1. RSA

    0下载:
  2. rsa算法c语言实现 完整 有对话框,密码学经典非对称加密实现-rsa algorithm c language there is complete dialog box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:930187
    • 提供者:周勇
  1. RSA-test

    0下载:
  2. ras算法的一个简单的C++实现,ras算法是一个经典的公钥密码算法-use C++ to implement ras arithmetic
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3505
    • 提供者:郑景静
  1. RSA_Montgomery

    0下载:
  2. 基于蒙哥马利算法的RSA c++实现 经验证正确可用-Implement RSA based on Montgomery Modular Exponentation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:18415
    • 提供者:hut
  1. RSA

    0下载:
  2. 基于大数库的RSA加密算法c#实现。大数库使用的是Documentation for C# BigInteger cla- Database based on large numbers of RSA encryption algorithm c# to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:837422
    • 提供者:张三
  1. encrypt_lib

    0下载:
  2. 几百种加密算法库,包括rsa,base64等等。-Hundreds of encryption algorithms library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:692658
    • 提供者:王斌
  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
    • 文件大小:120531
    • 提供者:zhujieli
  1. ed

    0下载:
  2. rsa c 代码 标准c语言实现 可以编译,可以运行
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:24916
    • 提供者:lh
  1. RSA

    0下载:
  2. rsa加密解密的实现算法用C语言实现的可用于下载学习-rsa encryption algorithm decryption
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:1158
    • 提供者:JES
  1. SecChat

    0下载:
  2. rsa c++源码 可以实现简单的rsa算法的加解密-rsa c++ source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:125107
    • 提供者:文风
  1. RSA

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

    • 发布日期:2017-04-04
    • 文件大小:13037
    • 提供者:jie
  1. RSA

    1下载:
  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。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:82096
    • 提供者: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 of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618152
    • 提供者:佘曼桂
  1. RSA(c)

    0下载:
  2. RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objectiv
  3. 所属分类:Crypt_Decrypt algrithms

  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. RSA加密算法使用C语言实现,包含1个C程序,经过测试,可以运行。-RSA encryption algorithm using the C language, contains a C program, after testing, you can run.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2063
    • 提供者:曹云青
  1. RSA

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

    • 发布日期:2017-03-31
    • 文件大小:10517
    • 提供者:kun
  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, faster
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 计算机系统安全算法RSA,C语言实现,适合实验用~ 计算机系统安全算法RSA,C语言实现,适合实验用~-RSA Algorithms,security of computer system~RSA Algorithms,security of computer system~RSA Algorithms,security of computer system~RSA Algorithms,security of computer system~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:210169
    • 提供者:孟迪
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com