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

搜索资源列表

  1. extTool

    0下载:
  2. c#小工具库,ini操作库,des加密解密-c# Gadget Gallery, ini manipulation library, des encryption and decryption, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:31576
    • 提供者:窦建业
  1. androidDES

    0下载:
  2. android des加解密实用类,支持与java,c#的互联-android des encryption and decryption utility classes, support java, c# interconnection
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:14648
    • 提供者:gfhggh
  1. code

    0下载:
  2. DES算法的C程序的主函数,内注解详细,欢迎下载。可移植入多种产品内使用。-The main function of the DES algorithm C program, the comment in detail, welcome to download. Can be transplanted into use within a variety of products.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:109909
    • 提供者:陈想
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. software-Offensive-and-defensive

    0下载:
  2. 这是用vs2008上用C++写的一个网页防篡改系统,这是一个初级版本,用记事本做数据库,计算MD5写入到记事本,然后DES加密等,本地备份所有文件。-software Offensive and defensive C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13132993
    • 提供者:张静静
  1. test

    0下载:
  2. https客户端实现,采用des加密算法。linux环境下c++编程。-https client implementation, using des encryption algorithm. c++ programming under linux environment.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:45966
    • 提供者:
  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. 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 2 ... 41 42 43 44 45 4647 48 »
搜珍网 www.dssz.com