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

搜索资源列表

  1. ZYB_NHD

    0下载:
  2. 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。假设一台一秒内可找出DES密钥的机器(如,每秒试255个密钥),如果用它来找出Rijndael的密钥,大约需要149万亿年。程序内部还使用了其它算法和符合密钥学的数据结构。多线程操作,保证加密时程序界面流畅,程序是用VS2005,C#做的,现将源程序发布在此。供初学者学习,希望对大家有所帮助。-procedures using the mos
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:168083
    • 提供者:huji
  1. des_c

    0下载:
  2. 用c语言实现的des算法,速度经过优化,适合没有硬加密的场合。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-17
    • 文件大小:2869
    • 提供者:liming
  1. VCdes

    0下载:
  2. Visual C++ 实现DES算法,包括加密和解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36633
    • 提供者:ljh
  1. des1

    0下载:
  2. DES算法的C语言实现,带有详细注释,02年所写,在我的另一个文件加密程序中使用过,在此摘出来也可以作为其他加密程序的内核。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4003
    • 提供者:王晓峰
  1. cvery_383131586

    1下载:
  2. 用C++ 300个加密的算法如AES DES等
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:305364
    • 提供者:msk
  1. 290314714

    0下载:
  2. DES 加密与解密算法.C语言的-DES encryption and decryption algorithms. C Language
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8178
    • 提供者:崔益
  1. DESjiamihejiemi

    0下载:
  2. 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:37301
    • 提供者:Joe
  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. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-C# encryption and decryption procedures and source code, encryption key two steps, first select the file, step right into a ran
  3. 所属分类:Network Security

    • 发布日期:2017-04-04
    • 文件大小:20499
    • 提供者:jiangfengmou
  1. rsaDes

    0下载:
  2. c++编写的一个数据加密程序,里面有Des和RSA算法,对初学者很有参考意义-c++ written in a data encryption program, which has Des and the RSA algorithm, useful reference for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:135924
    • 提供者:德科夫
  1. EncriptionWithJava

    0下载:
  2. 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1365
    • 提供者:Vincent
  1. Encrypt

    0下载:
  2. c++写的小程序,实现了des,rsa算法,可是根据文件来加密文件,同时可是实现解密文件。-c++ to write small programs to achieve the des, rsa algorithm to encrypt files, but according to the file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:70016
    • 提供者:赵严军
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-Encryption and decryption procedures and source code in C#, encryption, mainly in two steps, the first step to select the file,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:18479
    • 提供者:程亮
  1. TJUT_DES_TOOL

    0下载:
  2. 采用C++编程实现了DES算法,包括对文件、字符串和数字的加密技术-The DES algorithm C++ programming, including files, strings, and digital encryption technology.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:3606036
    • 提供者:王鑫
  1. DES_CPPshixianbaogao

    0下载:
  2. 文档以DES算法为基础,通过c++设计实现对文件的加密。-Document based on the DES algorithm, through file encryption c++ design.
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:42829
    • 提供者:史浩然
  1. des1

    0下载:
  2. DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4006
    • 提供者:聂春雷
  1. encryption

    0下载:
  2. 这一个用c++写的DES算法的简单实现,能输入16进制的明文进行加密。-This is a written with c++ simple implementation of the DES algorithm, can enter 16 hexadecimal plaintext encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1095769
    • 提供者:john
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. CsharpEncrypt

    0下载:
  2. C# 加密器 可以简单加密一些文件 des算法加密密码,可以将密码解密,纯粹是小实验。-c# encrypt
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2866114
    • 提供者:冯晓彬
  1. DES_C-language

    0下载:
  2. C语言实现的DES代码,可以直接编译运行。加密10M文件时间大约16到20秒。注释详细。其中工程名AES是手误打错了,实际上是DES算法的实现代码。-C language implementation of the DES code can be directly compiled to run. 10M file encryption for about 16-20 seconds. Detailed notes. Which works were wrong hands AES is wro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12664109
    • 提供者:LXW
« 1 2 ... 13 14 15 16 17 1819 »
搜珍网 www.dssz.com