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

搜索资源列表

  1. s-des

    2下载:
  2. 简单DES的C++代码(8位加密和解密)。 -simple C code (8 encryption and decryption).
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1401
    • 提供者:浪人
  1. CryptoAPI_ProtectFile

    0下载:
  2. 利用Visual C++ .net2003开发的一款用于保护文件的小程序。 对文件产生MD5值同时对源文件用DES加密,并用私钥加密签名。 对加密文件解密,验证用公钥解密签名与解密文件的MD5值比较,以判断文件是否被修改。 遇到的问题:微软提供的签名函数可能有问题,无论用公钥还是私钥签名,用公钥、私钥(任一)均可解密。怪!希望在此与大家交流交流。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10111
    • 提供者:jimin
  1. DES

    0下载:
  2. 用c++实现des算法 整体思路 用key.cpp 文件来产生秘钥,用ringfuction.cpp文件来实现轮函数,用main.c来实现加密和解密。有关函数见三个文件里的具体实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:451781
    • 提供者:dufeilong
  1. DES-encryption

    0下载:
  2. DES加密和解密,用C++实现的,无界面,给初学者一点指引-DES encryption and decryption, using C++ achieve, no interface, a little guidance for beginners
  3. 所属分类:Other windows programs

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

    0下载:
  2. 标准des加密程序,在dev-cpp编译器下成功编译运行,实现数据加密解密-standard des encryption program using c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:14942
    • 提供者:李平
  1. DES

    0下载:
  2. 去年自己写的一个DES加密算法的实现,C语言版的,可以实现简单的加密解密功能。-Last year, wrote a DES encryption algorithm, C language version, can achieve a simple encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:215899
    • 提供者:郭佳
  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. 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. DES

    0下载:
  2. des加密和解密,功能良好,界面齐全,c++程序,MAC-des encryption and decryption functions well, complete interface, c++ program, MAC
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1324422
    • 提供者:wangjiamin
  1. DES

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

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

    0下载:
  2. 使用C语言实现DES加密算法 实现加密和解密-Using the C language DES encryption algorithm for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3805
    • 提供者:liuxinran
  1. des_bit

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

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

    0下载:
  2. DES 加密和解密算法 用C语言完成的 没有做界面-DES encryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3430
    • 提供者:Kanra
  1. DES

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

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

    0下载:
  2. 加密解密(Encoder)C#源代码 v1.0 加密解密(Encoder),实现MD5加密,DES加密解密,RSA加密解密。使用的是System.Security.Cryptography 命名空间提供的相关类-Encryption and decryption (Encoder) C# source code v1.0 Encryption and decryption (Encoder), achieve MD5 encryption, DES encryption and decr
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:153961
    • 提供者:110
  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. 15281081_实验二_DES

    0下载:
  2. C语言编程实现ECB工作模式下的DES加密和解密文本程序(C programming language to achieve ECB mode of DES encryption and decryption of text programs)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:4339712
    • 提供者:weiki meiki
  1. 3des

    1下载:
  2. 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:我只想静静
  1. DES

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

« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com