CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 CA认证 搜索资源 - 算法

搜索资源列表

  1. 穷举密码算法.rar

    0下载:
  2. 所属分类:CA认证

    • 发布日期:
    • 文件大小:3037
    • 提供者:
  1. RSALib.zip

    0下载:
  2. rsa算法源程序
  3. 所属分类:CA认证

    • 发布日期:
    • 文件大小:17356
    • 提供者:
  1. Md5Test

    0下载:
  2. 本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:51328
    • 提供者:曲进
  1. security

    0下载:
  2. 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:213582
    • 提供者:雷敏
  1. MD5method

    0下载:
  2. MD5算法,是制作数字证书一个不可缺少的算法,这个是在网上下的,也算转载吧。-MD5 algorithm, the digital certificate is an indispensable algorithm, this is the Internet, I think it is reproduced.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2671
    • 提供者:吴凡
  1. DEScode

    0下载:
  2. DES算法程序编程介绍,便于使用者了解其加密原理,更好地为系统安全服务。-DES algorithm programming, user-friendly understanding of its encryption theory, a better system for security services.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:35886
    • 提供者:aniu
  1. 穷举密码算法

    0下载:
  2. 穷举法解密文件-exhaustive France declassified document
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3304
    • 提供者:军军
  1. DigitalSignature2Example

    0下载:
  2. 本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:983
    • 提供者:许可
  1. rsasourcecode

    0下载:
  2. RSA算法源程序,C代码-RSA algorithm source, the C code
  3. 所属分类:CA认证

    • 发布日期:2014-01-12
    • 文件大小:798720
    • 提供者:方源立
  1. 基于openssl实现的SM2算法

    1下载:
  2. 基于openssl实现的SM2算法,VC6编译通过。包括源代码和编译完成的程序-SM2 implement based on openssl
  3. 所属分类:CA认证

    • 发布日期:2012-12-21
    • 文件大小:427731
    • 提供者:fcy
  1. certlib.tar.gz

    0下载:
  2. 包含标准证书编/解码、哈希、MD5、SHA1等算法的实现源码, Contains the standard certificate to arrange/algorithm the and so on decoding, Hasche, MD5, SHA1 realization source code
  3. 所属分类:CA program

    • 发布日期:2014-09-04
    • 文件大小:200409
    • 提供者:
  1. RSALib

    0下载:
  2. rsa算法源程序-rsa algorithm source code
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:17669
    • 提供者:luojia
  1. rsa

    0下载:
  2. RSA 加密算法简单实现,c++编程,简单实用不 需任何修改 可运行-Simple implementation of RSA encryption algorithm, c++ programming, simple and practical to run without any modifications
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:228718
    • 提供者:joney
  1. rsa

    0下载:
  2. 毕业设计-RSA算法(源代码+论文+ppt)-Graduation Project-RSA algorithm (source code+ thesis+ ppt)
  3. 所属分类:CA认证

    • 发布日期:2017-11-09
    • 文件大小:3119104
    • 提供者:yuchao
  1. DES

    0下载:
  2. 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:4002
    • 提供者:赵忠华
  1. AES

    0下载:
  2. AES加密算法,控制台简单快速实现AES加密,可选择位长实现输入输出-AES-Encryption,with input and output.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:4671
    • 提供者:Xia
  1. AES_Encrypt

    0下载:
  2. AES加密算法 挺复杂得加密算法 希望有所帮助-AES encryption algorithm encryption algorithm quite complicated, hope that helps
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:5145
    • 提供者:ml
  1. code412

    0下载:
  2. DES加密算法,开发环境是VISUAL BASIC-DES
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:78412
    • 提供者:ch
  1. sha

    0下载:
  2. SHA加解密算法,SHA是安全散列算法,c语言实现的Benchmark-SHA encryption and decryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:27723
    • 提供者:邓承诺
  1. SHA_1

    0下载:
  2. sha_1加密算法,自己写的,绝对原创,绝对可运行-sha_1 encryption algorithm, wrote it myself, absolutely original, absolutely can run
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:2230
    • 提供者:李发军
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com