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

搜索资源列表

  1. 330911894

    0下载:
  2. C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7035
    • 提供者:猪头
  1. 3DES

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。 3DES的c++实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as the Advanced Encryption Standard Rijndael encryption, AES encryption
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:642863
    • 提供者:李行
  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

    0下载:
  2. 用C实现DES算法,有MFC界面。主要实现字符串加密和字符加密。可以作为一个加密小软件-DES algorithm implemented in C, with MFC interface. The main achievement of the character string encryption and encryption. Encryption can be used as a small software
  3. 所属分类:CA program

    • 发布日期:2017-05-09
    • 文件大小:1943277
    • 提供者:吴明航
  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. DES

    0下载:
  2. 密码学,DES算法的C++实现,包含加密和解密-Cryptography, DES algorithm C++ implementation, including encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4502
    • 提供者:徐舒怡
  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. SecurityCryptography

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

    • 发布日期:2017-04-15
    • 文件大小:6657
    • 提供者:gpudn17
  1. DES3

    0下载:
  2. 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-Written in C DES, DESX, DES3 encryption algorithm, and demonstrate how encryption and decryption algorithms written in C to call in Delphi.
  3. 所属分类:Button control

    • 发布日期:2017-04-25
    • 文件大小:241896
    • 提供者:XQ0IH6R
  1. DES

    0下载:
  2. DES算法的C语言实现 包含加密及解密功能。-DES USE C FINISHED.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2891
    • 提供者:周三
  1. des

    0下载:
  2. DES算法的C++实现,可以对64位明文进行加密-DES algorithm C++ achieve, you can encrypt the plaintext 64
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4145
    • 提供者:泠风
  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. DES

    0下载:
  2. 在Visual c++6.0中用DES算法进行编程对相应的数据进行加密解密的实验报告,附有源代码-DES encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7804
    • 提供者:娟娟
  1. encryption-and-decryption

    0下载:
  2. des和3des 算法c语言实现,c语言描述了des和3des的加密和解密过程,此代码为成熟代码,可直接应用于工程。-Des and 3des algorithm c language, c language Des and 3des described the encryption and decryption process, the code for the mature code can be directly applied to the project.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2943
    • 提供者:小奇
  1. DES

    0下载:
  2. 通过编程实现DES算法, 理解对称加密和Feistel密码结构的基本原理, 掌握DES算法加解密的流程 实验要求 利用C++、 Java实现DES算法, 要求使用面向对象的方法, 分别实现文件的加密和解密方法、 密钥的生成方法。-Through the programming DES algorithm to understand the symmetric encryption and Feistel password structure of the basic principles,
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:4556
    • 提供者:方方
  1. EncryptionAlgorithm

    0下载:
  2. c语言时间DES算法加密和解密,代码有详细的注释(C language time DES algorithm encryption and decryption, the code has detailed notes)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1370112
    • 提供者:飞雪都督
  1. DES C++实现

    1下载:
  2. DES全称为Data Encryption Standard,即数据加密标准,是一种使用密钥加密的块算法。
  3. 所属分类:加密解密

  1. DES

    0下载:
  2. DES加解密,明文,密文,私钥皆为16进制,编写 DES 分组密码算法,用 DES 分组密码算法加密的密文 C 解密。
  3. 所属分类:Windows编程

« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com