CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - RSA code

搜索资源列表

  1. rsa_code

    0下载:
  2. rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:潘伟波
  1. RSACodeSample

    1下载:
  2. RSA加密处理C#代码研究 1、生成public key和private key并可保存生成XML文件。 2、演示了RSA数字签名的处理过程。 3、演示了加密解密的过程。 -RSA encryption code research C# 1, and generated public key can be kept private key to generate XML documents. 2, demonstrated a RSA digital signature of the proce
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:LJ
  1. code

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到Dec -RSA decryption algorithm extended sub-interface operation. Algorithm steps are as follows: 1. T
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:4.89kb
    • 提供者:woshiyeye
  1. RSA_Demo

    0下载:
  2. C#代码,基于RSA密码体制实现数字签名。-C# code, based on RSA cryptosystem for digital signatures.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:202.16kb
    • 提供者:away
  1. RSA

    0下载:
  2. RSA算法的流程图和程序源代码,运行结果贴图等-RSA algorithm flow chart and source code, the results map, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:22.47kb
    • 提供者:li
  1. DigitalSignature

    0下载:
  2. 此C#代码演示了数字签名的工作模式(附相关资料),算法架构为:RSA+SHA1,你可以参考这些代码。-The C# code shows the operating mode of the digital signature (with relevant data), the algorithm architecture: RSA+ SHA1, you can refer to the code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:54.25kb
    • 提供者:Alex Kon
  1. 54

    0下载:
  2. 在visual studio环境下开发用C#语言编写的。使用Random,RSA,GUID三种方式得到防伪码,能够支持二进制输入输出。-In the visual studio development environment with C# language. Use Random, RSA, GUID security code are three ways to support the binary input and output.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:63.64kb
    • 提供者:苏如是
  1. RSAEncryption

    0下载:
  2. This C# source code shows you how simple you can add RSA Encyption to your project through the System.Security.Cryptography namespace.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:13.54kb
    • 提供者:andrefx
  1. Demo-P-Source-code-CSharp-RSACryptoPad2-codeproje

    0下载:
  2. c rsa key dec ma hoa giai ma
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:41.5kb
    • 提供者:huy
  1. RSACryptoProject1-noEXE-CTO-Source-code-CSharp.zi

    0下载:
  2. software c rsa des giai ma ma hoa
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:128.04kb
    • 提供者:huy
  1. SecurityCode2

    0下载:
  2. 采用CSharp语言编写的防伪码生成器,包括Random,RSA,GUID-The CSharp language preparation anti-counterfeiting code generator, including Random, RSA, GUID
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:64.73kb
    • 提供者:Cole
  1. DEncrypt

    0下载:
  2. 加密解密代码,des及rsa加密解密方法,c#编辑-Encryption, decryption code des rsa encryption and decryption method, c# editor
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4.28kb
    • 提供者:lujiakai
  1. Encodercodes

    0下载:
  2. 加密解密(Encoder)C#源代码 v1.0 加密解密(Encoder),实现MD5加密,DES加密解密,RSA加密解密。使用的是System.Security.Cryptography 命名空间提供的相关类-Encryption and decryption (Encoder) C# source code v1.0 Encryption and decryption (Encoder), achieve MD5 encryption, DES encryption and decr
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:150.35kb
    • 提供者:110
  1. jiamisuanfa

    0下载:
  2. 实现各种信息加密功能的源代码,有MD5和RSA加密工具的使用。-实现各种信息加密功能的源代码,有MD5和RSA加密工具的使用。 To achieve a variety of information encryption function of the source code, there are MD5 and RSA encryption tool for the use of.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:25kb
    • 提供者:周舟
  1. RSA&DES_Implement

    0下载:
  2. 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:On7heMove
搜珍网 www.dssz.com