CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - by

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:52850
    • 提供者:
  1. loki加密算法C语言源代码

    0下载:
  2. loki加密算法 /* This is an independent implementation of the encryption algorithm: */ /* */ /* LOKI97 by Brown and Pieprzyk */ /*
  3. 所属分类:加密解密

    • 发布日期:2012-03-17
    • 文件大小:104373
    • 提供者:
  1. 三栏栅解密算法

    0下载:
  2. 此小程序为三栏栅解密算法程序,对进行过三栏栅加密的密文通过解密后可还原成相应的明文-this small program for three fencing decryption algorithm procedures, conducted three fencing encrypted ciphertext can be declassified by reduced accordingly expressly
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5552
    • 提供者:万艳良
  1. tea加密算法源代码

    0下载:
  2. 加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2290
    • 提供者:焦伟伟
  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14763
    • 提供者:杨巍
  1. loki97加密解密算法

    2下载:
  2. LOKI97加密解密算法,用C语言实现的一种加密解密算法。-loki97 encryption and decryption arithmetic, which is a encryption and decryption arithmetic implemented by C.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18645
    • 提供者:大案
  1. aes加密算法+演示原码1

    3下载:
  2. 已经通过AES认证的AES的DELPHI实现,比较好,大家自己试试看,搜的-AES has been certified by the AES DELPHI, the better, we all give it a try and found the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34920
    • 提供者:aaa
  1. Vigenere加密算法

    0下载:
  2. 自己写的一个Vigenere加密算法.不用多说了吧,值得收藏,特别是对于初学者.-I have written a Vigenere encryption program by myself.Out of question,it is worth to be collection especially by the beginner.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:27280
    • 提供者:晓逻
  1. 经典算法DES

    0下载:
  2. 用DELPHI实现的经典加密算法DES,能够对文本文件进行加密。-This sutra DES encryption arithmetic is implemented by DELPHI.It can encrypt the textfile.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8530
    • 提供者:大撒法
  1. sll

    0下载:
  2. 一种非线性流式加密算法,对称加密,它的加密和解密都是用同一把密钥完成。对称加密比不对称加密快得多,但缺点在于,它的安全性完全依赖于保持密码的机密性。 不对称加密,它要求使用两个密钥,一个是公共的(公钥),另一个是私有的(私钥)。每个密钥都要求使用另一个密钥来解密一条消息。它的复杂性提高,因此没有普及。 -a nonlinear flow encryption algorithms, symmetric encryption, the encryption and decryption a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:83522
    • 提供者:云容
  1. 数据加密传输

    0下载:
  2. :某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:    每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 -: a company using a public phone data transfer, data is four integer, in the course of transmission is encrypted, encryption rules are as follows : E
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2956
    • 提供者:小倪
  1. icekey

    0下载:
  2. 由KWAN编写的ICE 加密算法,8 位7次加密算法-Kwan prepared by the ICE encryption algorithm, eight 7th encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2290
    • 提供者:Bo
  1. AES加密算法演示程序

    1下载:
  2. 欢迎使用由ksaiy制作的AES加密算法演示程序,此算法为标准的AES算法,你可以根据的 //的自己需要进行变形。具体怎么操作可以登录我们的网站查询详细的资料。我们专门为软 //件开发者提供软件加密安全测试服务和软件加密解决方案,具体的可以参看我们的网站上 //的资料。我们的网站:http://www.ksaiy.com http://www.magicoa.com //技术支持:ksaiy@sina.com 在线QQ:40188696 UC:9341-welcome ksaiy
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:211094
    • 提供者:456
  1. md5_c_code

    0下载:
  2. 我用C编写的一个md5加密算法,附有完整的说明文档-prepared by an md5 encryption algorithm, with complete documentation,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:59681
    • 提供者:程序员
  1. base64my

    0下载:
  2. 自己编写的BASE64算法,和大家分享一下-own BASE64 prepared by the algorithm, and share with you
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1658
    • 提供者:蝈蝈
  1. filepassword

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22550
    • 提供者:丁建军
  1. HASHES.ZIP

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24590
    • 提供者:HCJ
  1. Encrypt-your--program-by-U-disk

    0下载:
  2. 修改本程序中的U盘的序列号后,程序可以变成你自己的独立的U盘启动密匙, 只能你的U盘才能打开程序 不需要往U盘中存入任何文件,就可实现用U盘加密程序.只能通过你的U盘启动你的程序 程序中有详细的注释-Encrypt your program by a soul U-disk without saving anything in you disk Modify the program, U-disk serial number, the program can become your
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5535
    • 提供者:徐建成
  1. RSA-by-DSP

    0下载:
  2. RSA算法的实现 通过DSP快速实现.快速模幂运算 DSP 密钥拆分 RSA 算法-A Fast Implementation of RSA Algorithm by DSP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:110665
    • 提供者:hejing
  1. MainCode-Decrypter-samsat--F1-by-zamoranoss

    0下载:
  2. MainCode Decrypter for Samsat F1 by zamoranoss
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-04
    • 文件大小:183522
    • 提供者:larat
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com