CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 密码算法

搜索资源列表

  1. C常用算法程序集-徐士良

    0下载:
  2. 新版本的数值算法参考。解压缩的密码是:www.myebook.cn 对应各章的目录-The new version of numeric algorithm. The password is: www.myebook.cn according the directory name of each chapter.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:223341
    • 提供者:胡贤良
  1. DesDifferentialAttack

    3下载:
  2. 实现《密码学导引》一书中DES算法差分攻击。输出J1-J8及密钥Key。默认是3轮DES,可任意设定轮数,修改Round的值即可。
  3. 所属分类:书籍源码

    • 发布日期:2014-01-16
    • 文件大小:425786
    • 提供者:信息安全
  1. DesLinear_Sboxlinear

    1下载:
  2. 实现《密码学导引》中,DES算法线性分析中Sbox的线性分析分布表,默认输出S5的,可自由修改,能输出全部S1-S8的。
  3. 所属分类:书籍源码

    • 发布日期:2014-01-16
    • 文件大小:401270
    • 提供者:信息安全
  1. Gcd_EuclideanExtendedEuclidean

    0下载:
  2. 实现《现代密码学理论与实践》中,求最大公约数的Euclidean算法和extended Euclidean算法。程序不大,但希望给像我这样的入门者提供一些方便。
  3. 所属分类:书籍源码

    • 发布日期:2014-01-16
    • 文件大小:301639
    • 提供者:信息安全
  1. computerarithmetic(C++)

    0下载:
  2. 计算机常用数值算法与程序(C++版) 压缩包解压时没有密码-Computer numerical algorithm and procedures used (C++ Version) when extracting compressed packets do not have a password
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:464992
    • 提供者:lihui
  1. dianbiao

    0下载:
  2. 一些有用的程序:ABB电表的密码算法,MK6电表数据格式切换IEEE Floating Point-Some useful programs: ABB meter of cryptographic algorithms, MK6 meter switch IEEE Floating Point data format
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:2277
    • 提供者:lbq
  1. vigeneir

    0下载:
  2. 此代码用到了维吉尼亚密码加密算法,使用的是vc6.0开发环境-The code is the password encryption algorithm used in the Virginia, using the development environment vc6.0
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:686
    • 提供者:mary
  1. Applied-CryptographyProtocols

    0下载:
  2. 应用密码学:协议、算法与C源程序+源代码,安全方向经典书籍-Applied Cryptography:Protocols,Algorithms,and Source Code in
  3. 所属分类:source in ebook

    • 发布日期:2017-06-16
    • 文件大小:26100945
    • 提供者:
  1. Joseph-ring-

    0下载:
  2. 这是一个约瑟夫环数据结构实现程序,当任意给定人数n和密码m后,设计算法求n个人出圈的次序。-Joseph ring which is a data structure implementation procedures, when any given number n and password m, the order of the design algorithm for n personal ones.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:朱垚
  1. DES

    0下载:
  2. 使用DES算法实现对文本的加密解密,显示加密解密文本和密码-Using DES algorithm to achieve the encryption and decryption of the text, display encryption and decryption text and password
  3. 所属分类:source in ebook

    • 发布日期:2017-12-16
    • 文件大小:193536
    • 提供者:罗毅
  1. weijiniyajiami

    0下载:
  2. 维吉尼亚密码算法,实现对文本的读取,加密,对文本的解密,保存-Virginia password algorithm, to achieve the text of the reading, encryption, decryption of the text, save
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:650522
    • 提供者:罗毅
  1. weijiniyapojie

    0下载:
  2. 在不知道密码的情况下,实现对未知的维吉尼亚密码算法的文本解密,显示明文-Do not know the password in the case, to achieve the unknown Virginia password algorithm to decrypt the text, show clear
  3. 所属分类:source in ebook

    • 发布日期:2017-12-14
    • 文件大小:795648
    • 提供者:罗毅
  1. openssl-1.0.2g

    0下载:
  2. OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用(The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and
  3. 所属分类:书籍源码

    • 发布日期:2017-12-21
    • 文件大小:78502912
    • 提供者:七月上
  1. des算法

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被称为美国数据加密标准。DES是一个分组加密算法,典型的DES以64位为分组对数据加密,加密和解密用的是同一个算法。密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位,使得每个密钥都有奇数个1),分组后的明文组和56位的密钥按位替代或交换的方法形成密文组。
  3. 所属分类:书籍源码

    • 发布日期:2019-12-26
    • 文件大小:13270
    • 提供者:suqingqing
搜珍网 www.dssz.com