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

搜索资源列表

  1. DES

    0下载:
  2. 利用C语言程序实现DES加密算法的加密解密功能。能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口进行数据的加密,保证数据在传送过程的安全性
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. DES加密和解密算法,用c++语言实现算法
  3. 所属分类:加密解密

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

    0下载:
  2. 计算机安全方面,DES加密和解密算法C++实现.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32792
    • 提供者:小敏
  1. Cryptography

    0下载:
  2. C#实现DES加密解密,AES加密解密.一个基本类,调用方便
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:赵雨
  1. DESAlgorithm

    0下载:
  2. DES加密解密算法,C/C++语言适用,可直接调用,内有具体的C/C++代码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4062
    • 提供者:JinpingYang
  1. d3des

    0下载:
  2. C语言实现的DES算法,可实现des加密解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4903
    • 提供者:liule
  1. DESlxp

    0下载:
  2. 这是一个关于DES加密解密算法的c++程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:83850
    • 提供者:杨赟
  1. 使用DES

    0下载:
  2. DES的加密解密在c++ builder中的使用,看了就明白了-DES encryption and decryption of the c builder of use, read on to understand
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:223437
    • 提供者:龙哲
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:550087
    • 提供者:王冰
  1. C编写三层DES的加密算法

    0下载:
  2. 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。
  3. 所属分类:源码下载

    • 发布日期:2011-12-29
    • 文件大小:197537
    • 提供者:myliqi2008
  1. Descode

    0下载:
  2. DES加密解密的程序 运行环境是c++,希望对学习网络安全的你有所帮助。-DES encryption and decryption of the program environment is c++, hope to learn network security, help you.
  3. 所属分类:CA program

    • 发布日期:2017-05-10
    • 文件大小:2161362
    • 提供者:zyq
  1. des2

    0下载:
  2. des加密算法c++版本,可以进行64bit密钥的对称加密解密。-des encryption algorithm C++ version, 64bit key symmetric encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:374886
    • 提供者:hwq
  1. s-des

    1下载:
  2. 简洁的des加密及解密算法 采用c++实现-the code about the des,c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-05-02
    • 文件大小:677596
    • 提供者:理了理
  1. des

    0下载:
  2. 自己写的个DES加密,解密文件的源代码, 用C++写的,工具是 visual studio 2010-Himself wrote a DES encryption and decryption files of source code, written using C++, visual studio 2010 tools
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5933420
    • 提供者:squirrel
  1. DES

    0下载:
  2. 三重DES加密和解密程序,C/C++语言适用,经过验证的,内有具体的C/C++代码-Triple DES encryption and decryption procedures, C/C++ language applies proven within specific the C/C++ code
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:51694
    • 提供者:lulu
  1. encoding-and-decoding

    0下载:
  2. 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under VC 6.0 environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-17
    • 文件大小:27140879
    • 提供者:王希
  1. C-DES

    1下载:
  2. 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-25
    • 文件大小:8671
    • 提供者:jackli
  1. CryptDES

    0下载:
  2. 基于c++(MFC)的DES加密解密系统,密钥过长时自动进行3DES加密-Based on c++ (MFC) of the DES encryption system
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:3632067
    • 提供者:王执安
  1. DES

    0下载:
  2. 用C#完成的DES加密和解密,界面简洁,在VS下完成的。-This ia a DES program(C#)
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6726
    • 提供者:shanshan
  1. DES

    0下载:
  2. 本程序实现DES算法,包括加密与解密,分组长度为64bit-DES algorithm of this program, including encryption and decryption, packet length 64bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:333346
    • 提供者:lishen
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com