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

搜索资源列表

  1. DES

    0下载:
  2. C语言编写的基于MFC的DES加密解密工具。界面简洁,易操作。-MFC-based DES encryption and decryption tool written in C language. The interface is simple and easy to operate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1583925
    • 提供者:庄乃珊
  1. DES

    1下载:
  2. delphi的des加密解密程序及代码,可直接用于字符串的加密-delphi des code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:190616
    • 提供者:马欣
  1. DES

    0下载:
  2. DES加密解密的实现代码,包括源代码和可执行程序,对于学习DES的同学有一定参考价值。-DES encryption and decryption of implementation code, including source code and executable programs, for students to learn DES have some reference value.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:14147
    • 提供者:
  1. DES

    0下载:
  2. DES算法,执行一轮DES加密解密过程。-DES algorithm, one round of DES encryption and decryption process.
  3. 所属分类:CA program

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

    0下载:
  2. 非常有用的DES加密解密工具,本人亲试。-DES encryption and decryption tool
  3. 所属分类:CA program

    • 发布日期:2017-04-28
    • 文件大小:190951
    • 提供者:龙刘军
  1. DES

    0下载:
  2. DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:9417
    • 提供者:赵一
  1. des(vb.net)

    0下载:
  2. DES 加密 VS2010环境下的vb.net的des加密解密-des encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:49066
    • 提供者:liang
  1. des

    0下载:
  2. verilog语言书写的的des加密解密代码-verilog of des encryption and decryption
  3. 所属分类:Software Testing

    • 发布日期:2017-04-29
    • 文件大小:8116
    • 提供者:胡杰
  1. DES

    0下载:
  2. DES加密解密, DES加密解密, -des enc ,dec
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:891803
    • 提供者:盟主2008
  1. CPP---DES

    0下载:
  2. 详解DES加密解密原理,附用C++实现源码-Detailed DES encryption and decryption principle, attached with a C++ implementation source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:18841
    • 提供者:雷云
  1. DES

    0下载:
  2. DES加密解密源码 可自动实现 加密 解密过程 可对整个文件进行加密解密-DES encryption and decryption source code can be automatically encryption and decryption process can be the entire file encryption and decryption
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 在VC6.0上用C++语言实现的DES加密解密算法,支持文本的加密解密。-DES VC6.0
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:201728
    • 提供者:申笑晨
  1. DES

    0下载:
  2. C语言编写的DES加密解密函数,深入DES底层原理-DES encryption and decryption functions in C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-15
    • 文件大小:25600
    • 提供者:栾玮珉
  1. DES_TEST

    0下载:
  2. DES简单的加密解密算法。高校信息安全概论实验(a simple test of DES encoding)
  3. 所属分类:加密解密

    • 发布日期:2017-12-21
    • 文件大小:2269184
    • 提供者:MRX
  1. 10081509&DES

    0下载:
  2. 实现8位明文和8位密钥的DES加密和解密(DES encryption and decryption of 8 bit plaintext and 8 bit key are implemented)
  3. 所属分类:加密解密

  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
    • 文件大小:16384
    • 提供者:潇洒坤
  1. DES

    0下载:
  2. VS2013运行,能够给实现文件和字符串的加密和解密。可以直接复制到Linux上进行编译。(VS2013 runs and can encrypt and decrypt the implementation files and strings.It can be copied directly to Linux for compilation.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1196032
    • 提供者:Kisly_chen
  1. Des+Md5

    0下载:
  2. 此程序由VC++编写而成,运行程序在release文件夹下,可以实现对文件的加密和解密操作(Can be achieved on the document encryption and decryption operations)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1691648
    • 提供者:zhukun20032394
  1. encfile

    0下载:
  2. 实现对任意文件的加密解密操作,Buffer缓存处理技术解决文件长度问题(Achieve arbitrary file encryption and decryption operations, Buffer cache processing technology to solve the file length problem)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-01-03
    • 文件大小:2993152
    • 提供者:liyun
  1. des (1)

    0下载:
  2. des算法,实现对文本的加密解密过程,可以直接运行(DES algorithm, the implementation of the encryption and decryption of the text process, can run directly)
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:dawenziv_v
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com