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

搜索资源列表

  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14.42kb
    • 提供者:杨巍
  1. secude-4.1.all.tar

    0下载:
  2. SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。签名算法由杂凑函数和RSA函数复合而成。用于核实签名的公开钥由系统的认证机构确认。报文加密采用DES算法,其密钥则由RSA算法加密。各用户用于加/解密的RSA密钥对与用于签名和核实的RSA密钥对是不一样的。密钥的生成和分发由特定模块完成。-SecuDe is a security applicati
  3. 所属分类:加密解密

    • 发布日期:2012-12-07
    • 文件大小:2.34mb
    • 提供者:zxang
  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
    • 文件大小:537.19kb
    • 提供者:王冰
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:404.23kb
    • 提供者:xiaowei
  1. DES

    0下载:
  2. des密码 :包括加密、解密功能,保证可以运行;8位密钥。-des Password: include encryption, decryption function, to ensure you can run 8-bit key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:595.6kb
    • 提供者:w
  1. des

    0下载:
  2. 一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text) 使用上也比较方便-A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5.13kb
    • 提供者:risun
  1. DES

    1下载:
  2. 用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件-Use c language to achieve the des encryption and decryption program source code, contains a des header files and a des source files as well as a main function of the source file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4.3kb
    • 提供者:胡美
  1. JIAMI

    0下载:
  2. 300种加解密算法,应有尽有,在这里你可以找到你想要的加解密算法的源码,DES。rsa.哈希函数-300 kinds of encryption and decryption algorithms, everything, where you can find what you want the source code encryption algorithm, DES. rsa. hashing function. .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.05mb
    • 提供者:刘镇
  1. Bin_Encrypt

    0下载:
  2. 基于DES加密算法的二进制加密解密程序,内含主程序与加密函数、解密函数,有详细注释,并画出了二进制信号波形。-DES encryption algorithm based on binary encryption and decryption process, containing the main program and the encryption function, decryption function, detailed notes, and draw a binary signal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:8.8kb
    • 提供者:
  1. DES

    0下载:
  2. 传统的DES加解密程序,VC++实验通过,功能较为完善,支持文本加密及实时加密功能。-The traditional DES encryption and decryption process, VC++ test passed, function better, support the text encryption and real-time encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:116.78kb
    • 提供者:sniper
  1. BjMwCpuPurchase1.0

    1下载:
  2. 1. 符合《中国金融集成电路(IC)卡规范》、《中国金融集成电路(IC)卡应用规范》。 2. 数据文件支持二进制文件、定长记录文件、变长记录文件、循环定长记录文件。 3. 支持符合银行规范的电子钱包、电子存折功能。 4. 支持DES、Triple DES等加密算法,并支持用户特有的安全加密算法的下载。 5. 支持线路加密、线路保密功能,防止通信数据被非法窃取或篡改。 6. 可用作安全保密模块,使用过程密钥实现加密、解密。 -1 in line with the
  3. 所属分类:加密解密

    • 发布日期:2017-02-26
    • 文件大小:210.92kb
    • 提供者:ly
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3.81kb
    • 提供者:clint
  1. des

    0下载:
  2. des加密算法c代码实现类库,帮助学习des加密算法实现原理,直接调用DES_EDE_Encryption和DES_EDE_Decryption函数实现加解密。-des encryption algorithm c code class library to help you learn des encryption algorithm theory, the direct to call DES_EDE_Encryption and DES_EDE_Decryption function to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4.38kb
    • 提供者:徐军
  1. DES

    0下载:
  2. des算法的编程实现,用的是c++语言。实现的功能是将一串字符(包括文件)加密并可以解密-The des algorithm programming is c++ language. Achieve the function is a string of characters, including file encryption and decryption
  3. 所属分类:ELanguage

    • 发布日期:2017-11-26
    • 文件大小:92kb
    • 提供者:your name
  1. DES

    1下载:
  2. 可以用于多位二进制数加密解密的DES算法,在main函数中给出了使用范例,使用者可以比较并且了解到DES的雪崩效应。-Can be used for a number of binary encryption and decryption of DES algorithm, using the example given in the main function, the user can compare and understand the avalanche effect of DES.
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:136.54kb
    • 提供者:子木
  1. report2

    0下载:
  2. des加密解密 程序可实现基本功能,对初学者会有大的帮助。-des encryption and decryption program can achieve the basic function, there will be a big help for beginners.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:3.96mb
    • 提供者:huang jumei
  1. XMJiaMiLianXi

    0下载:
  2. 这是一款有关加密练习的小程序,主要实现了MD5加密、Des加密解密,RSA加密解密的功能, 该源码功能比较简单,仅供新手学习交流使用,有需要的可以下载学习一下啊。-This is a small program to practice on encryption, the main achievement of the MD5 encryption, Des encryption and decryption, RSA encryption and decryption functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:154.33kb
    • 提供者:于成程
  1. 信息安全实验2-1

    1下载:
  2. 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:16kb
    • 提供者:潇洒坤
  1. DES

    0下载:
  2. 实现DES函数的加密解密过程,并且能够实现任意长度任意字符的加密和解密(Implement the encryption and decryption process of DES function)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3kb
    • 提供者:Vinegar
搜珍网 www.dssz.com