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

搜索资源列表

  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. 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. md5-cc-102.tar

    0下载:
  2. 简单的实现MD5加密算法,适用于多种平台-simple realization of the MD5 algorithm, applicable to a variety of platforms
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:8257
    • 提供者:林希
  1. MPPE_Encryption

    0下载:
  2. MPPE加密算法实现。适用 于不同的平台系统。-FFA encryption algorithm. Applicable to a different system platform.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:5918
    • 提供者:flyhorse
  1. MD5hash

    0下载:
  2. VB md5的HASH算法 适合与RSA一块使用 -VB md5 HASH the RSA algorithm with a suitable use
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2863
    • 提供者:chenyun
  1. Soft20060210162206769

    0下载:
  2. PRIM算法 一个基本的算法 可以和其他程序结合使用 加密 -EBLSS algorithm for a basic algorithm and other procedures with the use of encryption
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:1672
    • 提供者:gggg
  1. des_c++

    0下载:
  2. 用C++方式编写的DES算法,是一个不错的源代码哟,适和对C++有一定认识的人-C approach to the preparation of the DES algorithm, is a good source yo, relevance and C have some knowledge of the people
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:31904
    • 提供者:wang
  1. idea2999

    0下载:
  2. IDEA加密算法源代码,导师编的!给朋友们参考参考-IDEA encryption algorithm source code, instructors series! To a friend as a reference reference
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:14881
    • 提供者:彭春
  1. des_example

    0下载:
  2. 这是一个DES加密解密算法 用C++实现 用密钥对已知的明文进行加密-This is a DES encryption and decryption algorithm in C + + using key pairs known expressly encryption
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:11909
    • 提供者:karoe
  1. ecc(down)

    3下载:
  2. C语言实现的ecc加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language ecc the encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:24660
    • 提供者:慕容楚冰
  1. rsa(down)

    0下载:
  2. C语言实现的rsa加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of rsa encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:24924
    • 提供者:慕容楚冰
  1. secure(beifen)

    0下载:
  2. 计算机安全的 多种密码算法演示-a variety of computer security password algorithm demo
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:85731
    • 提供者:信仰
  1. hash

    0下载:
  2. It verifies or generates a signature using the md5 algorithm.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:77621
    • 提供者:lena
  1. zhihuan-

    0下载:
  2. 单表置换 使用单表置换算法解密一段字符串。-Replacement using a single table single table replacement algorithm to decrypt a string.
  3. 所属分类:CA program

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:
  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. md5_latest[1][1].tar

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

    • 发布日期:2016-07-05
    • 文件大小:15243
    • 提供者:朱坤旺
  1. libdvbcsa

    0下载:
  2. libdvbcsa is a implementation of the DVB Common Scrambling Algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:59399
    • 提供者:rapalot
  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
    • 文件大小:280057
    • 提供者:邢建宇
  1. A-New-Chaotic-Algorithm-for-Image-Encryption

    0下载:
  2. A New Chaotic Algorithm for Image Encryption
  3. 所属分类:CA program

    • 发布日期:2017-05-05
    • 文件大小:637775
    • 提供者:ramana
  1. AES-algorithm-implementation-pic18f

    0下载:
  2. AES algorithm implementation for a simple low cost portable 8-bit microcontroller
  3. 所属分类:CA program

    • 发布日期:2017-05-05
    • 文件大小:626379
    • 提供者:yenasser
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com