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

搜索资源列表

  1. DES

    1下载:
  2. 金融行业标准的DES加密算法源码,主要用在金融、金卡工程以及CPU卡的加密算法。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4562
    • 提供者:邓均
  1. DES源码

    0下载:
  2. 这个是数据加密标准的VC算法-This is a standard data encrypt algorithm of VC
  3. 所属分类:加密解密

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

    1下载:
  2. 用C语言编程实现DES(数据加密标准)的完整功能,包括短块处理和对S盒的测试实验。
  3. 所属分类:加密解密

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

    0下载:
  2. Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:180561
    • 提供者:wildkaede
  1. des

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:767048
    • 提供者:ycs
  1. des.pl.26-11-91

    0下载:
  2. 是用的美国标准的DES加密算法用C++编写的可以完成以内的字符垢加密-the United States is using the DES encryption standard algorithm with C prepared to be completed within the characters scale encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7144
    • 提供者:闾凡兵
  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. 数据加密标准(DES)示例

    1下载:
  2. 利用VC来实现一个简单的DES加密程序,他能完成DES算法的全部步骤,不过只能使用64位密码对64位明文进行加密-VC to achieve a simple DES encryption program, he can finish all the DES algorithm steps, but only use 64 to 64 passwords expressly encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:52499
    • 提供者:blickwinkel
  1. 数据加密标准

    0下载:
  2. DES源码
  3. 所属分类:汇编语言

    • 发布日期:2008-12-02
    • 文件大小:73652
    • 提供者:agchrys
  1. DES

    0下载:
  2. 数据加密标准(DES) 轮函数采用混乱和扩散的组合,共16轮 -Data Encryption Standard (DES) round function using a combination of confusion and diffusion, a total of 16
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:239778
    • 提供者:庄雨辰
  1. WjcDes

    0下载:
  2. C写的不到90行的标准DES加密算法代码,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。 -C less than 90 lines written in the standard DES encryption algorithm code, DES encryption algorithms, commonly used in programming an encryption algorithm, easy to use,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:madud00088
  1. des3desdelphi

    0下载:
  2. des 3des加密delphi例子;标准的des,3des算法-des 3des encryption delphi examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:54641
    • 提供者:gutiqiang
  1. RSADemo

    2下载:
  2. 基于网上流传的一版DELPHI实现的RSA算法进行了大量封装,实现了意位长的密钥生成,并支持以64进制,base64编码,16进制,10进制,和2进制流方式保存和读取密钥文件。和标准DES算法结合,实现了任意长度的明文加密解密算法(使用RSA密钥加密随机DES密钥),和MD5,SHA1 摘要算法结合,实现了带有时间戳的签名验证算法。可以直接调用其中已经做好的rsa manipulator类,使用非常方便,可作共享软件授权用!QQ 78273318-RSA MANIPULATOR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:436877
    • 提供者:qiang.dennis
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4251
    • 提供者:Yifan Young
  1. AESandRSA

    0下载:
  2. 高级加密标准(AES)是一个用来代替数据加密标准(DES)的算法。目前使用的一般为128,196和256位密钥,这三种密钥都是 相当安全的-Advanced Encryption Standard (AES) is used to replace the Data Encryption Standard (DES) algorithm. Currently used in general for 128,196 and 256-bit keys, these three keys are
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4769
    • 提供者:panjijun
  1. CdesEnctoDelphiDesDec

    0下载:
  2. 本实例解决从C#中导出文件,经标准DES算法加密后再经Base64编码,对该文件通过delphi7进行Base64解码和Des算法解密后还原-To solve this example from the C# In the export file, with the standard DES encryption algorithm and then by the Base64 encoding, the document through the Delphi7 for Base64 decod
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:190796
    • 提供者:shaoxing
  1. DES101

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。文件是DES代码的VHDL描述 -Data encryption algor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:677515
    • 提供者:
  1. des

    0下载:
  2. 掌握DES标准的算法描述 采用C语言实现DES加密算法; -Master standard DES algorithm using C language descr iption of DES encryption algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5842
    • 提供者:vip
  1. Des

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。-DES algorithm for the symmetric cryptosystem cryptosystem, was to become the United States Data Encryption Standard, in 1972 the United States are IBM developed encryption algorithm symmetri
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3586
    • 提供者:allisonying
  1. DESmiyue

    0下载:
  2. 这只是标准DES算法的例子,必须在WINDOWS环境下编译.-This is just the standard DES algorithm, which must be compiled in the WINDOWS environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:guojia
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com