CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .61 .62 .63 .64 .65 83166.67 .68 .69 .70 .71 ... 199244 »
  1. DES文件加密模块

    0下载:
  2. 用delphi实现的des加密算法,但是只能对对纯文本进行加密。本人的联系方式erac_cn@126.com-achieved using DES encryption algorithm, but only against a plain text encrypted. My Contact erac_cn@126.com
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:190.67kb
    • 提供者:刘毅
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:74.21kb
    • 提供者:何泽荣
  1. RSA加长分段解密

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened section, the interface operati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32.76kb
    • 提供者:何泽荣
  1. 加密电子邮件

    0下载:
  2. 利用网络信息加密技术实现电子邮件的安全传输,其中有加密算法和使用mfc的csmtp类构成的一个发送电子邮件的程序-network information using encryption technology to achieve the e-mail transmission security, including encryption algorithm and the use mfc csmtp constitutes a category of email procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41.24kb
    • 提供者:pyt
  1. gencoder-1[1].0

    0下载:
  2. gencoder 是一个简单的php编码器,它使用base64加密算法对php脚本加密和解密-gencoder is a simple php code, using base64 encryption algorithm php scr ipt for encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:侯为
  1. rijndael-Aes

    0下载:
  2. 这是一个标准AEs加密算法,最大的加密流量达到了70M/s。包括主程序和头文件-this is a standard encryption algorithm AEs, the largest encrypted traffic reached 70M / s. Including the main program and the first document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.23kb
    • 提供者:王王
  1. Acipher

    0下载:
  2. 自己编写的古典加密算法:仿射加密算法,大家一起交流-their preparation classical encryption algorithm : affine encryption algorithm, everyone exchanges
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.77kb
    • 提供者:王王
  1. HillCipher

    0下载:
  2. 自己编写的加密算法 hill加密算法。包括,hill数组的生成,hill数组矩阵的计算。-prepare their encryption algorithms hill encryption algorithm. Include hill array of generation, hill array matrix calculations.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.89kb
    • 提供者:王王
  1. Delphi程序的时限和加密

    0下载:
  2. Delphi程序的时限和加密 制造属于你自己的软件.你对其有绝对的权限-Delphi and the time limit encryption to create your own software. You may have absolute authority
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.13kb
    • 提供者:菲凡
  1. 肖俊.java

    0下载:
  2. ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:肖俊
  1. DES加密

    0下载:
  2. DES加密算法模块,取自GNU/Linux中加密的源码,对长于8位的密码进行循环DES加密-DES encryption algorithm module, taken from the GNU / Linux source code encryption for longer than eight reuse passwords DES encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:衣明玉
  1. Des加密的实现

    0下载:
  2. DES编码 实现对数据的加密 种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用! -DES encryption of data encryption algorithm types of pools, DES, RSA, etc., some written in C, is also used to write the VC. Very practical! The types of encryption algorithms to assemble,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.35kb
    • 提供者:王完全
« 1 2 ... .61 .62 .63 .64 .65 83166.67 .68 .69 .70 .71 ... 199244 »
搜珍网 www.dssz.com