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

搜索资源列表

  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
    • 文件大小:50.13kb
    • 提供者:曲进
  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
    • 文件大小:208.58kb
    • 提供者:雷敏
  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
    • 文件大小:2.61kb
    • 提供者:吴凡
  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
    • 文件大小:35.04kb
    • 提供者:aniu
  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
    • 文件大小:983byte
    • 提供者:许可
  1. rsasourcecode

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

    • 发布日期:2014-01-12
    • 文件大小:780kb
    • 提供者:方源立
  1. CaesarCipherCracker

    0下载:
  2. 恺撒算法,解密。。 我的一次作业。。。 呵呵。。。还是不太懂-Caesar algorithm decryption. . . . My first operation. . . Ha ha. . . Quite understand
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:399.59kb
    • 提供者:dudu
  1. edes

    0下载:
  2. DES加密方法,为实现des算法加密解密的过程-DES encryption methods to achieve des algorithm encryption and decryption process
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:798byte
    • 提供者:Jeong Wee
  1. md5main

    0下载:
  2. 这个程序是MD5算法的C源代码,调试通过。可以直接应用,在网络通讯中有用。-the procedure is MD5 algorithm in C source code, debugging through. Can be directly applied in the network communications useful.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:5.09kb
    • 提供者:陈伟
  1. md5_latest[1][1].tar

    0下载:
  2. MD5算法verilog代码,很不错的,可以互相交流学习-MD5 algorithm verilog code, and a very good
  3. 所属分类:CA program

    • 发布日期:2016-07-06
    • 文件大小:14.89kb
    • 提供者:朱坤旺
  1. F8

    0下载:
  2. 基于Kasumi的f8算法实现,其中有Kasumi完整算法代码,但无main函数-The f8 algorithm based on Kasumi, including Kasumi complete algorithm code, but no main function
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:12.53kb
    • 提供者:马俊龙
  1. SHA1

    0下载:
  2. SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。-SHA-1
  3. 所属分类:CA program

    • 发布日期:2017-05-13
    • 文件大小:3.32mb
    • 提供者:张万东
  1. des

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。-Data encryption algorithm (Data Encryption Algorithm, DEA) of the Data Encryption Sta
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:8.42kb
    • 提供者:姜泽彪
  1. AES-algorithm-for-designer

    0下载:
  2. AES算法 ,从设计到编程完全有学生来完成,很适合课程设计者使用-AES algorithm, programming from design to complete a student to complete, it is used for course designers
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:273.49kb
    • 提供者:邢建宇
  1. Summary-of-the-encryption-algorithm

    0下载:
  2. 对各种加密算法的总结,简单易懂,例如:rsa,des,md5,sha1等等算法-To all sorts of encryption algorithm summary, easy to understand, for example, rsa, des, md5, sha1 algorithm and so on
  3. 所属分类:CA program

    • 发布日期:2017-11-05
    • 文件大小:117.83kb
    • 提供者:陈有任
  1. zishiyingjiami

    1下载:
  2. 为了提高图像加密算法的鲁棒性,提出了一种新的自适应图像加密算法。首先,把任意大小的灰度或彩 色图像分成2 × 2 子块 然后,用左上角子块的像素灰度值和Chebyshev 混沌映射构造与右上角子块等大的矩阵,用该 矩阵对右上角子块进行像素灰度值替换 最后,按顺时针对每个子块进行加密,直到左上角子块加密完毕。该算法不 依赖于图像的大小,而且适用于灰度图像和彩色图像,因而有很强的鲁棒性。同时灰度值扩散机制的引入使得该算 法具有良好的扩散性和扰乱性。-This paper presen
  3. 所属分类:CA program

    • 发布日期:2017-11-21
    • 文件大小:42.2kb
    • 提供者:wangc
  1. des-algorithm

    0下载:
  2. 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:2.81mb
    • 提供者:李中原
  1. RC4

    0下载:
  2. rc4加密算法,包含完整实现的函数,已实用-RC4 encryption algorithm,Contains the function realize complete, practical
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:4.08kb
    • 提供者:zhangxin
  1. The-Sound-Code-of-The-AES-Algorithm

    0下载:
  2. 基于C++的编程,能够实现AES加密和解密功能。-The sound code of the AES algorithm,based on C++.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:3.02kb
    • 提供者:李名扬
  1. The-algorithm-of-RSA-

    0下载:
  2. 适用于传统的RSA算法,通过此算法能够快速的对文件进行加解密,安全高效的保护文件。-The algorithm of RSA.
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:2.67kb
    • 提供者:前秦
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com