CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - c-cpp

搜索资源列表

  1. MD5(c++)

    0下载:
  2. md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c + +, and includes MD5.cpp MD5.h
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:ray
  1. rsa-cpp

    0下载:
  2. RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.44kb
    • 提供者:zen
  1. rc5-cpp

    0下载:
  2. 根据rc5的c算法修改,获得了本算法的的c++实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.05kb
    • 提供者:ccli
  1. VigenereEncrypt.cpp

    0下载:
  2. Vigenere密码单表代换加密如明文为:wearediscoveredsaveyourself 密钥流为:ddeferfrfdwfefeggasdwfeffrg 密文流为:asfhjkhfkjerhfkjbjkfbdjkfgjk 即Ci=(Ki+Pi) 26 pi=(Ci-Ki) 26 要求实现加密和解密,C或C++描述源程序。 -Vigenere encrypted password alone, such as clear as the table Substitution
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:513byte
    • 提供者:小杨
  1. AES-CPP

    0下载:
  2. aes(rijndael 算法)的C++实现,详细讲解了aes的原理,并讲解利用C++的实现方法-aes (rijndael algorithm) C++ implementation, explained in detail the principles of aes, and explain the use of C++ implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:246.9kb
    • 提供者:Bruce Lee
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: M
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:85.86kb
    • 提供者:Alabama
  1. RSA

    0下载:
  2. RSA加密解密算法,实现RSA的基本功能,一般的算法RSA.C-RSA encryption and decryption algorithms, to achieve the basic functions of RSA, the general algorithm RSA.CPP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:3.92kb
    • 提供者:sdtcool
  1. des.cpp

    0下载:
  2. DES Implementation in C/C++ untested
  3. 所属分类:Crypt_Decrypt algrithms

  1. rsa-cpp

    0下载:
  2. RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:8.08kb
    • 提供者:YCLIU
  1. CPP-new-design

    0下载:
  2. 一本讲解C++设计模式的好书.主要讲了23种常见的设计模式.-A c++ design patterns of good books explaining. Mainly about 23 kinds of common design mode.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1.61mb
    • 提供者:吴涛
  1. S-DES--CPP

    0下载:
  2. 简单的对称加密算法S-DES C++源码 很不错的-very simple S-DES C++ source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2.38kb
    • 提供者:罗靖
  1. RSA

    0下载:
  2. Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:699byte
    • 提供者:Yogesh
  1. CPP-base64

    0下载:
  2. c++下面一个base64的算法实现,提供一个使用例子。-c++ following a base64 algorithm implementation, providing a use case.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:77.63kb
    • 提供者:
  1. DES---CPP

    0下载:
  2. c++ des加密解密 实现des加密解密的功能-c++ des des encryption decryption encryption and decryption functions to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:18.33kb
    • 提供者:kangletian
  1. MD5-cpp-language-code

    0下载:
  2. MD5加密程序,C++格式,经过测试,可直接修改使用。-MD5 encryption, C++ format, tested, can be modified directly to use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:18.18kb
    • 提供者:张张
  1. DES-CPP

    0下载:
  2. DES加密/解密程序,C++实现,给大家提供参考-DES encryption/decryption process, C++ implementation, to provide reference. . . . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:9.19kb
    • 提供者:水魂
  1. k-d-tree-CPP-source-codes

    0下载:
  2. k-d tree C++ source codes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:9.06kb
    • 提供者:hui
  1. cPP-essentiel-des-commandes

    0下载:
  2. C++ l essentiel des commandes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:melodi
  1. The-algorithm-of-DES-in-CPP

    0下载:
  2. 加密与解密相关 DES算法的C++实现 8个s盒,16轮迭代-The algorithm of DES in C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:174.48kb
    • 提供者:远行
  1. RSRS-cpp

    0下载:
  2. Rs alogrithsm using c-Rs alogrithsm using cpp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.67mb
    • 提供者:pc
« 12 3 »
搜珍网 www.dssz.com