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

搜索资源列表

  1. Java Cryptography and source code.zip

    0下载:
  2. Java Cryptography and source code
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:1451071
    • 提供者:
  1. MD5 Source Code

    0下载:
  2. 一个可以实际编译运行的 MD5算法原代码,含main调试程序。-A MD5 Source Code which can be run after translation and edition. It contains main debug program.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3476
    • 提供者:林先生
  1. md5-code

    0下载:
  2. md5的经典代码,无多余语句,效率高,保证能够编译-md5 classic code, no superfluous words, high efficiency and to guarantee the compiler
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6183
    • 提供者:岳云召
  1. DES-with-code

    0下载:
  2. DES加密详细文档,有源码。。。值得一下阿-DES encryption detailed documentation, source code. . . Worth about A
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:84470
    • 提供者:周中
  1. PGP 8.0.2 Source Code for Windows

    0下载:
  2. pgp 软件源代码-PGP source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6902477
    • 提供者:李声涛
  1. DS28E01-100-C-code-2008-4-29

    6下载:
  2. DS28E01 加密算法 C代码,经过测试没有问题。-DS28E01 C code
  3. 所属分类:加密解密

    • 发布日期:2012-08-22
    • 文件大小:21127
    • 提供者:周明
  1. fast-des3.0.tar.z

    0下载:
  2. des算法实现源码,des algorithm realization source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:100637
    • 提供者:
  1. 数据加密与数字签名系统.rar

    1下载:
  2. RSA数据加密代码,用C编写,已压缩成RAR格式,RSA data encryption code, prepared by C, has been compressed into RAR format
  3. 所属分类:加密解密

    • 发布日期:2012-11-07
    • 文件大小:186687
    • 提供者:maoxin
  1. RSA(C++code).rar

    4下载:
  2. C++ 源代码实现 非对称算法(RSA),C++ Source code to achieve asymmetric algorithms (RSA)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-02
    • 文件大小:26735
    • 提供者:crazyme
  1. demd5.zip

    1下载:
  2. md5加密解密,vc++源代码!运行成功,md5 encryption and decryption, vc source code! Running successfully
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:803802
    • 提供者:zuojuxian
  1. DES.rar

    0下载:
  2. 数据加密标准(DES)加密解密算法Matlab源代码,Data Encryption Standard (DES) encryption and decryption algorithm Matlab source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:7356
    • 提供者:新河
  1. Crypt_Decrypt_C.rar

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1216442
    • 提供者:王同
  1. aes256b.zip

    0下载:
  2. AES 256 source code, standards passed,AES 256 source code, standards passed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4257
    • 提供者:Git
  1. dirsh

    0下载:
  2. 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:74602
    • 提供者:噶噶
  1. sha1_c51

    1下载:
  2. SHA1算法的MCS-51平台实现,原创代码,专门为8位机优化,C语言和汇编与语言混合编程。完整KeilC工程,有测试代码。 优化后速度:一次SHA1(64字节),66363个指令周期,对应16MHz DS80C320 16ms 代码空间:字节,C支持库148字节(可覆盖) 数据空间:xdata 320(0x140)字节(可覆盖),data 34字节(可覆盖) -SHA1 algorithm MCS-51 platform, original code, specificall
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:7717
    • 提供者:cinder
  1. 3des

    0下载:
  2. 这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:5406
    • 提供者:nexscorpio
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:413933
    • 提供者:xiaowei
  1. matlab

    1下载:
  2. matlab code for 3des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4107
    • 提供者:tareq
  1. lfsr

    0下载:
  2. 伪随机序列产生器-线性反馈移位寄存器,Verilog HDL 原代码。-Pseudo-random sequence generator- linear feedback shift register, Verilog HDL source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:883
    • 提供者:李辛
  1. RC4

    0下载:
  2. RC4 算法的C代码实现,新手上路请多关照-RC4 algorithm C code, please take care of Getting Started
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1995
    • 提供者:zzg
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com