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

搜索资源列表

  1. biosig

    0下载:
  2. C est une application pour les traitement des signaux EEG
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7046191
    • 提供者:rouba
  1. des_bit

    0下载:
  2. DES加密算法C++实现: 从文件读取明文和密钥,并进行DES的加密解密,输出到文件。-des for vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:181884
    • 提供者:shumingl
  1. 9266510251des

    0下载:
  2. 51单片机实现DES加密算法详解,用C语言写的,值得学习和借鉴-51 Detailed MCU DES encryption algorithm, written in C language, it is worth studying and learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5256
    • 提供者:木小鱼
  1. CsharpEncrypt

    0下载:
  2. C# 加密器 可以简单加密一些文件 des算法加密密码,可以将密码解密,纯粹是小实验。-c# encrypt
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2866114
    • 提供者:冯晓彬
  1. 1

    0下载:
  2. CALCUL DES CARACTéRISTIQUES « RL- C » D UNE JONCTION TRIPHASéE-CALCUL DES CARACTéRISTIQUES « RL- C » D UNE JONCTION TRIPHASéE
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:512955
    • 提供者:moh
  1. DesCrypt

    0下载:
  2. vc2008工程, C++实现的DES加密和解密静态库,可以对文件加密和解密,也可以内存中加密和解密,及使用实例,测试通过。-请键入文字或网站地址,或者上传文档。 取消 Vc2008 gōngchéng, C++shíxiàn de DES jiāmì hé jiěmì jìngtài kù, kěyǐ duì wénjiàn jiāmì hé jiěmì, yě kěyǐ nèicún zhōng jiāmì hé jiěmì, jí shǐyòng shílì, cèshì tōng
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:80111
    • 提供者:梁威
  1. MCSharpLib

    0下载:
  2. C#基础库,封装DES,AES,DAS加密模块,Sql&Mysql 数据库操作模块-C# foundation library package DES, AES, DAS encryption module, Sql & Mysql operations module
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1078555
    • 提供者:
  1. Security

    0下载:
  2. C#类,其中包含MD5、DES、TripleDES、AES、RC2,RSA-C# class,include MD5、DES、TripleDES、AES、RC2,RSA, and so on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:damon
  1. DES_07079

    0下载:
  2. 实现DES加密算法函数,采用c++编写,可以很好的应用到其他程序中去-DES encryption algorithm to achieve the function, using c++ preparation, can be well applied to other programs to
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1811241
    • 提供者:李旺春
  1. othello

    0下载:
  2. Voici mon premier code source ! C est un jeux d othello (reversi) écrit en Delphi. Ce n est pas un composant graphique mais un composant qui joue via des événements Perso facilement configurable depuis l IDE Les événements sont déclenchés po
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-27
    • 文件大小:183428
    • 提供者:Dark
  1. desApp

    0下载:
  2. File: DES Download Add to favorates [ Vote: very good! ... [des3_ecbandCBC.rar] - This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:947
    • 提供者:nasta11
  1. DES_simple

    0下载:
  2. vc6.0环境下纯C写的DES加密过程,加密每一轮数据状态均输出至文件,适合初学者学习和理解DES密码算法,也可以再此基础上进行算法改造。-Under vc6.0 environment write pure C DES encryption process, the encryption status of each round of data are output to a file, for beginners to learn and understand the DES encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:347836
    • 提供者:
  1. CSharp_use_DES

    0下载:
  2. 在C#中使用.net提供的DES加密和解密算法。-using DES in C#,including encryption and decryption.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:693
    • 提供者:张晨
  1. 24415373des

    0下载:
  2. 借花献佛,别人写的经典DES算法实现.希望对大家有用,C语言写的-I hope ti is useful!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:60365
    • 提供者:wenbin
  1. DES_C-language

    0下载:
  2. C语言实现的DES代码,可以直接编译运行。加密10M文件时间大约16到20秒。注释详细。其中工程名AES是手误打错了,实际上是DES算法的实现代码。-C language implementation of the DES code can be directly compiled to run. 10M file encryption for about 16-20 seconds. Detailed notes. Which works were wrong hands AES is wro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12664109
    • 提供者:LXW
  1. DES_Encryption

    0下载:
  2. 纯C语言实现的DES加密,各个函数模块功能相当明晰-DES encryption implemented in pure C language, each function module are quite clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3517
    • 提供者:张晖
  1. DEncrypt

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

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

    0下载:
  2. DES加密算法(以C语言实现)-DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:5279
    • 提供者:王蒙
  1. DES_lab

    0下载:
  2. DES加密算法(DES)的C语言实现支持16位16进制秘钥-DES algorithm (DES) of the C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4084613
    • 提供者:王超
  1. editeur-de-fichier-hosts

    0下载:
  2. Editeur des Fichiers Host With Visual C-Editeur des Fichiers Host With Visual C++
  3. 所属分类:Editor

« 1 2 ... 41 42 43 44 45 4647 48 »
搜珍网 www.dssz.com