CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 密码算法

搜索资源列表

  1. libgcrypt-1.2.2.tar

    0下载:
  2. 一个很有影响的加密库,实现了各种加密算法,是密码学习的重要源代码-a very influential encryption library that implements a variety of encryption algorithms, is an important learning password source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:959875
    • 提供者:王涛
  1. pallard_p

    0下载:
  2. 用vc编写的实现密码学中Pollard p离散对数算法的小程序。-vc prepared with the realization of cryptography which Pollard p discrete logarithm algorithm for small procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1496
    • 提供者:mimi
  1. pohlig_hellman

    1下载:
  2. 在VC中编程实现密码学中Pohlig-Hellman算法的小程序-in VC Programming cryptography has Pohlig-Hellman algorithm for small procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1360
    • 提供者:mimi
  1. arithmeticofDESencrypt

    0下载:
  2. 提供高质量的数据保护,防止数据未经授权的泄露和未被察觉的修改; 具有相当高的复杂性,使得破译的开销超过可能获得的利益,同时又要便于理解和掌握; DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础; 实现经济,运行有效,并且适用于多种完全不同的应用。 -provide high-quality data protection to prevent unauthorized data disclosure an
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39013
    • 提供者:范孟君
  1. Newton

    0下载:
  2. 研究生课程数值分析的Newton迭代算法,通用程序。解压无需密码-Numerical Analysis postgraduate courses in the Newton iterative algorithm, common procedures. Unzip without password
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:117115
    • 提供者:鲁凡水
  1. enigma

    0下载:
  2. 密码学中 enigma算法的 c语言实现 原理清晰-Enigma cryptography algorithm implementation of the principles of clear language c
  3. 所属分类:Algorithm

    • 发布日期:2014-04-07
    • 文件大小:2768
    • 提供者:linjia
  1. Internet_X[1].509

    0下载:
  2. 文档包括X.509标准的一系列文章.中文版的比较难找.主要是包括证书中各个字段说明和一些密码学算法的介绍.-Documents including X.509 standard series of articles. Chinese version quite difficult to find. Mainly include the certificate number of each field notes and the introduction of cryptography algor
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:53110
    • 提供者:weller
  1. randtest

    2下载:
  2. 国家密码管理局颁布的随机数检测标准,包含15种随机数检测算法,专门针对商用密码。-State Encryption Administration testing standards promulgated by the random number, random number that contains 15 kinds of detection algorithms, specifically for the commercial code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-03
    • 文件大小:338951
    • 提供者:
  1. Programs

    0下载:
  2. 数值分析算法,密码Jacobi符号计算,数据结构中二叉树判定及一元稀疏多项式计算。-Numerical analysis algorithms, password Jacobi symbol calculations, the data structure sparse binary polynomial to determine and calculate a dollar.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:10560
    • 提供者:郭旭阳
  1. 25

    0下载:
  2. 基于VB的M5数学密码算法源码,很不错的VB源码,适合VB爱好者学习研究。-Based on VB M5 mathematics cryptographic algorithm source, very good VB source code, suitable for VB lovers study.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:32054
    • 提供者:truck62
  1. SM3

    1下载:
  2. python编写SM3密码杂凑算法,测试字符串abc, abcd*16-written in python SM3 password hash algorithm, the test string abc, abcd.* 16
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1312
    • 提供者:必须
  1. 12118029sha(1-256-384-512)

    0下载:
  2. SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。然而现在的人们给它取了一个非正式的名称 SHA-0 以避免与它的后继者混淆。两年之后, SHA-1,第一个 SHA 的后继者发布了。 另外还有四种变体,曾经发布以提升输出的范围和变更一些细微设计: SHA-224, SHA-256, SHA-384 和 SHA-512
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:26153
    • 提供者:方东
  1. DES

    0下载:
  2. DES 加密算法,使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8为作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 轮循环,使用异或,置换,代换,移位操作四种基本运算。-The Data Encryption Standard (DES) is a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:641090
    • 提供者:baimengying
  1. secret-code

    0下载:
  2. 密码学中,利用已知的算法,实现一个密码学计算器,程序正确,-Cryptography, using known algorithm, a cryptographic calculator program correctly,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1694726
    • 提供者:
搜珍网 www.dssz.com