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

搜索资源列表

  1. dll.zip

    0下载:
  2. 我根据comp430s改写的DLL源码,可在多线程下使用。还带有DES加密算法函数
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:57624
    • 提供者:
  1. 一个JAVA的DES加密程序.rar

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:1428
    • 提供者:
  1. DES加密算法实例1.rar

    1下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:67895
    • 提供者:
  1. DES加密算法及有关说明(HTM).rar

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:10462
    • 提供者:
  1. deslogin-1.3.tar.gz

    0下载:
  2. 一个使用des加密传输的unix下的login程序的服务器端和客户端
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:68521
    • 提供者:
  1. DES

    0下载:
  2. 实现DES的加密和解密,加密和解密的算法几乎相同(DES encryption and decryption)
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:linzy
  1. Des+Md5

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

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

    0下载:
  2. 实现对称加密解密技术DES,非对称加密解密技术RSA,MD5(To achieve symmetric encryption and decryption technology DES, asymmetric encryption and decryption technology RSA,and MD5.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1435648
    • 提供者:hideonbuss
  1. vb实现DES加解密算法 (2)

    1下载:
  2. vb 6 中des加密解密说明 。现成例子(Encrypt and Decryptasdfasdvasva)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:11264
    • 提供者:小孤岛
  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. DES

    0下载:
  2. c语言实现DES加解密算法,DES(数据加密标准,Data Encryption Standard)是一种使用密钥加密的块密码。(Realization of DES encryption and decryption)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-01-06
    • 文件大小:515072
    • 提供者:络珞倾桓
  1. DES

    0下载:
  2. des加解密,实现加密,解密的过程,c语言程序(DES encryption and decryption)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:aqplz
  1. DES

    0下载:
  2. 控制台编程,实现S-DES对文件加密解密(Console programming to implement S-DES encryption and decryption of files)
  3. 所属分类:加密解密

    • 发布日期:2018-01-09
    • 文件大小:3957760
    • 提供者:wuciii
  1. 各种加密算法

    0下载:
  2. DES、RSA、背包、AES、IDEA等各种加密算法的源码(All Kinds Of Encoding Algorithms)
  3. 所属分类:加密解密

    • 发布日期:2018-04-19
    • 文件大小:943104
    • 提供者:年少有为i
  1. decode_encode

    1下载:
  2. 使用Python实现DES加解密,并与MD5和异或运算(Python implementation of DES encryption and decryption)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:blackboy01
  1. DES

    0下载:
  2. DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h(DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the
  3. 所属分类:加密解密

    • 发布日期:2018-04-29
    • 文件大小:885760
    • 提供者:cpuyph
  1. DES

    0下载:
  2. 本文件主要用于DES方案的加密解密,用java语言进行开发。(This document is mainly used for encryption and decryption of the DES scheme, and is developed in the Java language.)
  3. 所属分类:加密解密

  1. 3des

    1下载:
  2. 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:我只想静静
  1. DES

    0下载:
  2. DES算法理论说明,数据加密标准(DES)和三重数据加密算法(TDEA)(The selective application of technological and related procedural safeguards is an important responsibility of every Federal organization in providing adequate security to its electronic data systems. This publica
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:279552
    • 提供者:物联小白
  1. DES

    1下载:
  2. 能够用MATLAB实现DES算法加密,包含密钥生成和S盒的生成函数(DES algorithm can be encrypted with MATLAB, including key generation and S-box generation function.)
  3. 所属分类:加密解密

    • 发布日期:2020-07-08
    • 文件大小:27648
    • 提供者:三十一画生
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com