CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - des 明文

搜索资源列表

  1. DES_java1234

    0下载:
  2. des算法简单实现。它以64位的明文和56位的密钥作为输入,通过DES加密运算产生64位密文输出。其解密过程利用同以密钥和算法将密文还原成明文。因为java语言的安全性&网络处理能力强,所以就利用了java语言编写-des simple algorithm to achieve. It's expressly 64 and 56 as the key input, through DES encryption algorithms have 64 ciphertext output. I
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6964
    • 提供者:leae
  1. dllexe

    0下载:
  2. 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
  3. 所属分类:C#编程

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

    0下载:
  2. 该程序实现了DES数据加解密算法,含加解密和密钥由口令导出。明文分组大小为64bit, //密文分组大小为64bit,明文二进制信息存放于《明文二进制表示.dat》 //密钥二进制存放于《密钥二进制表示.dat》,密文存放于《密文二进制.dat》中-The program achieved a DES data encryption and decryption algorithms, including encryption and decryption and key derived
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:6206
    • 提供者:刘进
  1. des_code

    0下载:
  2. des算法源码 DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。   其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。   DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。-des algorithm source code for DES algorithm of the symmetric cryptosystem cry
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4485
    • 提供者:李大力
  1. DES

    0下载:
  2. 实现des加解密图形化界面实现 输入明文得密文 由密文可还原出明文-des cryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:156429
    • 提供者:MM
  1. des

    0下载:
  2. des数据加密系统,有密钥,有密文,明文!-des data encryption system, there are key, with ciphertext, plaintext!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3005
    • 提供者:jnq123
  1. 16bitsDES3DES(TDES)V1.0

    0下载:
  2. 3Des互换工具,可以实现明文转换为密文,可以密文转明文。-3Des swap tool, you can achieve plaintext into ciphertext, you can switch to plaintext ciphertext.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:97848
    • 提供者:dingchaohai
  1. acryyptoloogyc

    0下载:
  2. 实现了三种古典密码学体制与DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还能解密生成文件13.txt。vigenere,hiill体体制类似。DES体制包含加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序源码设计语言及密码学的在校本科生,水平非常低,第一次上传只是为了试一下。能考虑少给几点,呵呵。 可直接使用。 -Three classical cryptography system and DES system an
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:10773
    • 提供者:包裹
  1. IP-inverse-permutation

    0下载:
  2. 本代码是DES加密体系中的IP逆置换实现。目的在于打乱明文的ASCII码。-The code IP inverse permutation DES encryption system implementation. Aimed a disrupt plaintext ASCII code.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:555
    • 提供者:Daochao Xu
  1. des

    0下载:
  2. C++实现的一个完整des算法,可以从一个文件中取出明文,加密后放入另一个文件,再解密到另一个文件-C++ to achieve a complete des algorithm, can be removed from a file in plaintext, encryption into another file, and then decrypt to another file
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:305435
    • 提供者:马超
  1. des1

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

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

    0下载:
  2. DES密码加密算法 对8字符明文进行加密 输出密文-DES password encryption algorithm to 8 characters text is encrypted output ciphertext
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:3791
    • 提供者:wangaohui
  1. des

    0下载:
  2. des用c++实现,mfc图形界面,能够实现8位明文的加密-des achieved with c++, mfc
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1937251
    • 提供者:Jason
  1. DES-Encryption-

    0下载:
  2. 由于使用post提交的数据也可以通过工具拦截到明文数据,所以很多时候需要在前台用js加密后端代码解密。由于本人也在项目中使用到这个,现在做了一个例子是java版本的,希望对大家有用。-Due to the use of the post submit data can also intercept to plaintext data through the tool, so a lot of time need to encrypt the back-end code decryption us
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:10114
    • 提供者:dsdfw
  1. DES

    0下载:
  2. DES算法实现过程,输入8位明文,可以给出加密之后的密文-About DES
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1520576
    • 提供者:lee
  1. des

    0下载:
  2. DES算法的C++实现,可以对64位明文进行加密-DES algorithm C++ achieve, you can encrypt the plaintext 64
  3. 所属分类:Other windows programs

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

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。-The DES algorithm for the symmetric cryptosystem cryptosystem, also known a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:777085
    • 提供者:fanyuan
  1. DES

    1下载:
  2. main函数文件输入明文,调用秘钥留生成函数(get_k文件)以及加解密函数(encrypt_fcn文件),完成对明文的加密和解密(Encryption and decryption of plaintext are accomplished by inputting main function file into plaintext, calling secret key generation function (get_k file) and encryption and decryptio
  3. 所属分类:Windows编程

    • 发布日期:2020-08-22
    • 文件大小:3072
    • 提供者:hyperbole
  1. DES

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

  1. 三轮DES差分分析

    1下载:
  2. 1. 三轮DES(如下图所示)差分攻击实例,任选一组明密文对进行差分分析。 明文:0x8066928BFAECD99D 密文:0X57DECC86A26EA1DC 明文:0xF9187686FAECD99D 密文:0X699074ED42BBAA8A 明文:0xBCCB0915FB9DAD15 密文:0X1B1EF84FCAEE04DF 明文:0X7C6A2463FB9DAD15 密文:0XD82A8F73F24B36EC 明文:0X6EEF46EDDC4C3F51 密文:0X9B4F437F1
  3. 所属分类:其他

    • 发布日期:2021-04-12
    • 文件大小:7168
    • 提供者:LeeZHY
« 12 »
搜珍网 www.dssz.com