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

搜索资源列表

  1. DESLibrary

    0下载:
  2. C#关于DES加与解密的类库,可以直接使用-C# on the DES encryption and decryption of the library can be used directly
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:11341
    • 提供者:苏兆静
  1. encryption

    0下载:
  2. c语言编写的des加密源码,代码大概有100行左右,具体算法请参考源码,编译环境为vc6.0.如果打开工程失败请自行建立一个空的控制台程序,然后添加两个cpp文件与一个.h文件即可。-c language des encryption source code there are about 100 lines or so, please refer to the specific algorithm source code, the compiler environment vc6.0. If
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6586
    • 提供者:
  1. VC-registry-monitoring-source

    0下载:
  2. c语言编写的des加密源码,代码大概有100行左右,具体算法请参考源码,编译环境为vc6.0.如果打开工程失败请自行建立一个空的控制台程序,然后添加两个cpp文件与一个.h文件即可。-c language des encryption source code there are about 100 lines or so, please refer to the specific algorithm source code, the compiler environment vc6.0. If
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:272259
    • 提供者:ASCE-PC
  1. DES_Simple

    0下载:
  2. DES加密,在C#如何用DES进行加密,这里提供了几个方便使用的函数-DES Encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:861
    • 提供者:dstang2000
  1. encrypt_algorithms

    1下载:
  2. 信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。-Information Security course experiments, including AES, DES, RSA three encryption algorithms and MD5, SHA-1 hashing algorithm for two C/C++ source code, you can encrypt strings and fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-12
    • 文件大小:19321459
    • 提供者:落魄书生
  1. ConsoleApplication1

    0下载:
  2. des加密程序 c++编写 本来想写界面的 但是还没有编好 -des encryption program c++ useful code
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:4369
    • 提供者:nicolejang
  1. Cryptography-and-Network-Security

    2下载:
  2. 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
  3. 所属分类:加密解密

    • 发布日期:2017-06-07
    • 文件大小:916422
    • 提供者:Peter
  1. Des_3Des_Aes

    0下载:
  2. 用C#编写的分组密码算法加解密演示系统,可以实现DES,3DES和AES字符串和文件的加解密-Written in C# using block cipher encryption and decryption demo system that can achieve DES, 3DES and AES encrypt and decrypt strings and files
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9966845
    • 提供者:caoxin
  1. Test_Nokia_7210_MSP430_SPI

    0下载:
  2. Nom : Test_Nokia_7210_MSP430_SPI.c Descr iption : Test des fonctions de gestion LCD Nokia 7210 & 6100 Routines pour controleurs Epson S1D15G10 et Philips PCF8833 - Nom : Test_Nokia_7210_MSP430_SPI.c Descr iption : Test des f
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:8892
    • 提供者:SandeepTayal
  1. CDES

    0下载:
  2. C#获取硬盘、CPU型号并使用DES加密,学习C#windows编程和DLL调用研究。初学者非常适用。初步涉猎DES加密编程者可以研究学习一下。不适合高手使用。-C# to get the hard drive, CPU type and use DES encryption, programming and learning C# windows DLL calls research. Ideal for beginners. Preliminary dabbled DES encryptio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:19526
    • 提供者:孔令军
  1. des3

    0下载:
  2. 银行进入软件系统中进程会用到的系统des,3des算法加密解密C语言实现-Banks into software system of process is used in the des, 3 des algorithm encryption to decrypt the C language implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3346
    • 提供者:陈贵华
  1. 10081509aDES

    0下载:
  2. DES的c语言实现,修改了部分,加密输出为十六进制。-Using C++ to achieve DES algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:11283
    • 提供者:lizhankai
  1. SecurityCryptography

    0下载:
  2. C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6657
    • 提供者:gpudn17
  1. 33673-1081694-editeur-tag-mp3

    0下载:
  2. Editeur tag mp3--- --- --- Url : http://codes-sources.commentcamarche.net/source/33673-editeur-tag-mp3Auteur : tof2503Date : 13/08/2013 Licence : ========= Ce document intitulé « Editeur tag mp3 » issu de CommentCaMarche (codes-s
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:14566
    • 提供者:khadidja
  1. DES_Encrypt_Decrypt

    0下载:
  2. c#初学者,做了一个DES加密解密程序与大家分享交流~-DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:63351
    • 提供者:张伟
  1. a2my

    0下载:
  2. 实现文件des 加密解密的处理,文档加密解密 c++ des-Implementation file des encryption and decryption processing, document encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2329
    • 提供者:张嘉巍
  1. d

    0下载:
  2. des algorithm in c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:17735
    • 提供者:mahla
  1. desaa

    0下载:
  2. des algorithm in c language
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:17743
    • 提供者:mahla
  1. encryption

    0下载:
  2. 这一个用c++写的DES算法的简单实现,能输入16进制的明文进行加密。-This is a written with c++ simple implementation of the DES algorithm, can enter 16 hexadecimal plaintext encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1095769
    • 提供者:john
  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 2 ... 38 39 40 41 42 4344 45 46 »
搜珍网 www.dssz.com