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

搜索资源列表

  1. DES

    0下载:
  2. 能实现基本的加密和解密功能 很适合C++初学者学习DES加密-To achieve the basic encryption and decryption functions are suitable for beginners to learn C++ DES encryption
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:946234
    • 提供者:吴金旺
  1. DES

    0下载:
  2. DES算法实现。 C语言编写。信息安全课程作业。-DES algorithm. C language. Information security program work.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:186197
    • 提供者:simon
  1. DES-LZR

    0下载:
  2. DES加密算法实现,使用C语言实现。 -DES encryption algorithm, using the C language. DES encryption algorithm, using the C language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:34643
    • 提供者:liuzhengrong
  1. DES

    0下载:
  2. 简单的DES加密解密程序,可以在C++编程环境中运行-Simple DES encryption and decryption process can be C++ programming environment run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3645
    • 提供者:刘风
  1. DES

    0下载:
  2. DES加密算法源码,封装为一个类 只提供对字符串的加密,文件加密没实现 -DES encryption algorithm source code, packaged as a class only on the string encryption, file encryption did not realize
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2950335
    • 提供者:王明华
  1. DES

    0下载:
  2. des加解密的实现,简单好用 我的课程设计 -des encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-29
    • 文件大小:11510949
    • 提供者:廖廖
  1. Des

    0下载:
  2. 这只是标准DES算法的例子,所以速度并不是很快,不适用于大量数据加密的场*/ /*合.UNIX的密码也采用DES,不过它在里面加了点其它的东西.所以结果和DES的结果 */ /*不一样. 由于使用了WINDOWS类库,所以必须在WINDOWS环境下编译.-DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2500
    • 提供者:章明
  1. DES

    0下载:
  2. DES文件加密,文本加密。并且在文件加密时有计时功能。-DES file encryption, text encryption. And the time when the file encryption feature.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1985406
    • 提供者:hrong
  1. DES

    0下载:
  2. 采用DES对称加密算法对文件进行加密或解密,具有图形界面-DES symmetric encryption algorithm used to encrypt or decrypt files, with a graphical interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:737619
    • 提供者:王星晨
  1. DES

    0下载:
  2. 该程序主要实现了DES加密标准的加密和解密-DES encryption and decryption to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7522707
    • 提供者:郝振华
  1. jiamisuanfa

    1下载:
  2. 内含:Singletable ,SHA1,RSA,RC4,MD5,LSB,IDEA,ELGAMAL,DES,CAESAR,AES, 希望对大家有用 -Includes: Singletable, SHA1, RSA, RC4, MD5, LSB, IDEA, ELGAMAL, DES, CAESAR, AES, we hope be useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-04-11
    • 文件大小:72704
    • 提供者:王辉
  1. DES

    0下载:
  2. 用C语言写的DES加密算法,可以自由设置密钥,适合加密算法学习-Written in C language using DES encryption algorithm, can freely set the key, encryption algorithm for learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:175324
    • 提供者:白杰
  1. DES-0810

    0下载:
  2. des加密软件的C++实现源代码,很适用的-des encryption software in C++, source code, it is applicable
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:348272
    • 提供者:zxjl
  1. DES

    0下载:
  2. 代码为使用C语言实现的DES加密和解密的算法-C language implementation of DES encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:313241
    • 提供者:高河晨
  1. des

    0下载:
  2. **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节 ** sDest 存放解密后的串. 为nSrcLen字节长
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:6007
    • 提供者:victor
  1. DES

    0下载:
  2. des加密类,java编写的des加密解密类。-des encryption class, java class prepared des encryption and decryption.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:2254
    • 提供者:ssdd
  1. des

    0下载:
  2. DES加密的c语言实现,对学习DES算法很有帮助哦-DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3847
    • 提供者:刘振
  1. des

    0下载:
  2. Java实现des算法源代码,供大家参考-Java implementation des algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:4297
    • 提供者:rypy
  1. k_means

    0下载:
  2. k means techniques de classification non supervisée (clustering) les plus utilisées. Etant donné un entier K, K-means partitionne les données en K groupes, ou "clusters", ou "classes" ne se chevauchant pas. Ce résultat est obtenu en positionnant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:faiza
  1. DES

    0下载:
  2. 输入明文以及密钥,用DES算法产生密文,或者输入密文以及密钥,产生明文-Input plaintext and the key, use the DES algorithm to generate cipher text, or input ciphertext and the key to produce plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4445
    • 提供者:xy
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com