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

搜索资源列表

  1. des_test.tar

    0下载:
  2. ECB模式DES加解密,可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make libdes.a-DES ECB mode encryption, you can encrypt data files of any length, the last block to in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6215
    • 提供者:晨夕
  1. des_test_ecb_cbc.tar

    0下载:
  2. ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6601
    • 提供者:晨夕
  1. DES1

    0下载:
  2. DES算法及DES对图片进行加密,DES加密算法,可用于加解密-DES algorithm and DES encryption on the picture, DES encryption algorithm, can be used for encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-05-21
    • 文件大小:6232058
    • 提供者:韩小静
  1. 1172

    0下载:
  2. 完成强大的DES加密与解密,有友好的用户界面-Complete strong DES encryption and decryption, with friendly user interface
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:654
    • 提供者:bi7661951
  1. 3des-des

    0下载:
  2. 世界著名的加密des 3des加密和解密验算工具,很好用,可用于计算机编程和嵌入式系统编程中。-World famous encryption des 3des encryption and decryption tool, useful, can be used for computer programming and embedded systems programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:512703
    • 提供者:喜欢下载
  1. 3DES

    0下载:
  2. DES加密源代码,用3des加密算法,加密强度高,具有文件加密和解密功能.
  3. 所属分类:加密解密

  1. des

    0下载:
  2. DES等加密方式的加解密小工具,比较实用。需要的同学欢迎下载。-DES encryption and decryption tools, more practical.Need to welcome the students to download.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-03
    • 文件大小:747425
    • 提供者:daiwenbo
  1. des

    0下载:
  2. 实现des算法,并且测试出des算法中加密和解密过程所用的时间以及运行速度-Realize des algorithm, and test out the des encryption and decryption algorithms used for time and speed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3981
    • 提供者:钟麟
  1. DESJIAMI

    0下载:
  2. DES加密算法的java实现,可运行,自己写的。DES加密算法为对称加密算法,可以对数据进行加解密,会在控制台输出结果。-DES encryption algorithm to achieve the java, run, write your own. DES encryption algorithm is a symmetric encryption algorithm, data encryption and decryption, will result in the console o
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:kiko
  1. DES

    0下载:
  2. 密码学 DES 的算法实现 包括加密和解密过程-DES cryptographic algorithm implementations include encryption and decryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2025407
    • 提供者:ChenDL
  1. desDemo

    0下载:
  2. 使用DES文件加密技术实现文件的加密解密功能-Use DES file encryption technology file encryption and decryption functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:52182
    • 提供者:小翟
  1. DES

    0下载:
  2. 安卓关于DES的加密和解密,加密速度和解密速度都很快,欢迎参考-Android on DES encryption and decryption, encryption and decryption speed is very fast, welcome reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2713100
    • 提供者:何亚
  1. Lab2

    0下载:
  2. 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-30
    • 文件大小:12254099
    • 提供者:
  1. wjjmym

    0下载:
  2. 文件加密器是一个静默卸载手机上已经安装的app的小例子,翻了下菜单看了有文件加密、文件解密、报文鉴别、编辑文件、删除文件等功能,加密有des、desede、aes三种算法,因为小编不了解加密解密这一块所以就不妄加评论技术细节了,了解这一块的朋友自己下载研究一下吧,默认编译版本4.2.2编码GBK源码有简单注释。-File encryption device is already installed on a silent uninstall mobile app small example, t
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:669990
    • 提供者:liuhao
  1. AES

    0下载:
  2. 具有所有的DES等加密解密运算操作实现,加密,解密等运算等工具-DES encrypt tools
  3. 所属分类:Network Security

    • 发布日期:2017-05-05
    • 文件大小:395377
    • 提供者:翟江涛
  1. MACTestTool

    0下载:
  2. 标准的DES加密和解密算法,实现ANSI-X99MAC算法和PBOC3DES算法。他们都是用DES算法再经过一层算法实现的。-Standard DES encryption and decryption algorithms, to achieve ANSI-X99MAC algorithm and PBOC3DES algorithm. They are using DES algorithm and then through a layer of algorithm implementati
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7134225
    • 提供者:刘慧娇
  1. DesArithmetic

    0下载:
  2. Des算法功能实现,包括单DES算法加密解密和3DES算法加密解密-Des algorithm function, including a single DES encryption and decryption algorithm and 3DES encryption algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:81578
    • 提供者:童则平
  1. ikld447

    0下载:
  2. 一个不错的DES加密和解密程序,可以看看这个程序-A good DES encryption and decryption procedures, can take a look at this program
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:22783
    • 提供者:Chorry
  1. AlanEncrypt

    0下载:
  2. des加密和解密 base64加密和解密,非商业免费使用,对含有中文的加密有些问题-Des u52A0 u5BC2 u548C u89E3 u5BC6 base64 u52A0 u5BC6 u548C u89Y3 u5BC6 uFF0C u975E u5546 u4E1A u514D u8D39 u4F7F u7528 uFF0C u5BF9 u542B u6E9 u4E2D u6587 U7684 u52A0 u5BC6 u6709
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:203647
    • 提供者:白夜
  1. DES

    0下载:
  2. 通过编程实现DES算法, 理解对称加密和Feistel密码结构的基本原理, 掌握DES算法加解密的流程 实验要求 利用C++、 Java实现DES算法, 要求使用面向对象的方法, 分别实现文件的加密和解密方法、 密钥的生成方法。-Through the programming DES algorithm to understand the symmetric encryption and Feistel password structure of the basic principles,
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:4556
    • 提供者:方方
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com