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

搜索资源列表

  1. YeeTooMD5P

    0下载:
  2. YeeTooMD5是免费的,开源的,它是在GPL许可下发布的,所有人都可以免费的使用它,修改它,并将它再次发布。 能够快速的计算出任意长度的字符串及任意类型文件的MD5值,并且用户能方便的检验结果. 能够输入MD5值,计算MD5计算值的匹配结果;可以打开任意文件并计算其MD5值。 -YeeTooMD5 is free, revenue, which is permitted under the GPL Release, everyone can use it free, modify
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:27935
    • 提供者:king
  1. Hash

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:11683
    • 提供者:張建良
  1. SHA1

    0下载:
  2. Calculate SHA1 value
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:20136
    • 提供者:毒頻果
  1. 3DESentyragl

    0下载:
  2. 采用C语言编写的3层DES加密算法,具有很强的参考价值-Layer 3 DES encryption algorithm, using C language has a strong reference value
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:202355
    • 提供者:高浩
  1. Hashing-sample

    0下载:
  2. this project calculate hashing value to entered text
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:4127
    • 提供者:aziz
  1. MD5

    0下载:
  2. 进行MD5的计算,可以检验md5的计算结果值-For MD5 calculation, can test the value of md5 calculations
  3. 所属分类:CA program

    • 发布日期:2017-05-03
    • 文件大小:1248719
    • 提供者:yyq
  1. A5Pro_v2

    0下载:
  2. 根据A5原理,程序生成了大小250KB左右的A5密钥流文件。用户可自行设定三个LFSR的结构,以及三个LFSR的初始值。-According to the principle of A5, the program generate an A5 key stream file,whose size is about 250KB . Users can set the structure of three LFSR, and three LFSR s initial value.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:26309
    • 提供者:tianjian
  1. MD5

    0下载:
  2. MD5密码算法 本程序是在MD5的算法中求Hash值中相对比较简单的,每一处的公式都是显而易见的,通过阅读MD5的算法,可以MD5的算法思想重新遍历一遍。-MD5 cryptographic algorithm of this procedure is the MD5 algorithm and hash value is relatively simple, every formula is obvious by reading the MD5 algorithm can be MD5 a
  3. 所属分类:CA program

    • 发布日期:2017-11-21
    • 文件大小:219031
    • 提供者:zzq
  1. zishiyingjiami

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

    • 发布日期:2017-11-20
    • 文件大小:43214
    • 提供者:wangc
  1. MD5pojie

    1下载:
  2. 文件MD5破解工具,可自行修改文件MD5值数。-MD5 cracking tools, you can modify the MD5 value
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:78564
    • 提供者:胺碘酮
  1. PRAN

    0下载:
  2. 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。在演示窗口,输入密码的时候,会适时显示出经过加密的密码,挺有参考价值。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:10902
    • 提供者:zengzheng
  1. 456

    1下载:
  2. RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
  3. 所属分类:CA program

    • 发布日期:2017-03-23
    • 文件大小:1650
    • 提供者:qwerty
  1. map-to-group-hashsss

    0下载:
  2. 将一个普通的数值对应到椭圆曲线上,即寻找图样曲线上的点,并且是整数值点,为后面的签名做好准备-The value corresponds to an ordinary elliptic curve, i.e. to find the point on the curve pattern, and is an integer value points to prepare for the subsequent signature
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:5854
    • 提供者:徐莉琴
  1. MD5

    0下载:
  2. MD5算法:MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值-The MD5 algorithm: MD5 with 512 bit block to process input information, and each group was divided into 16 groups of 32 seats, after a series of processi
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:1361
    • 提供者:lhy
  1. MerkleHellman

    0下载:
  2. The encryption algorithm using Merkle-Hellman knapsacks starts with a binary message. * The message is envisioned as a binary sequence P = [p1, p2, … ,pk]. * Divide the message into blocks of m bits, Po = [P1, P2, ... ,Pm], P1 = [Pm+1, .
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:68004
    • 提供者:tamer
  1. F_Gamma_Calculator

    0下载:
  2. F gamma card calculator. It will calculate the F value of your gamma card.
  3. 所属分类:CA program

    • 发布日期:2017-04-29
    • 文件大小:215717
    • 提供者:alex
  1. sha512

    0下载:
  2. visualc++实现的sha512算法,可用于计算哈希值-sha512 algorithm visualc++ implemented, it can be used to compute the hash value
  3. 所属分类:CA program

    • 发布日期:2017-05-03
    • 文件大小:577813
    • 提供者:徐怡枭
  1. Yush.java.tar

    0下载:
  2. This a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII c
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:878
    • 提供者:Aman Virmani
  1. hash1

    0下载:
  2. hash算法MD4,用C++编写,输入任意长度可输出固定长度的hash值-hash algorithm MD4, written in C++, can be of any length and output a fixed-length hash value
  3. 所属分类:CA program

    • 发布日期:2017-04-30
    • 文件大小:349257
    • 提供者:郭婷婷
  1. OTP

    0下载:
  2. 基于事件同步的令牌,根据指定的事件次序及相种子值作为输入,通过HASH算法中运算出一个口令。-Event-based synchronization token, according to the order of events and phases specified seed value as input by HASH algorithm, the computation of a password.
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2356
    • 提供者:张浩
« 12 »
搜珍网 www.dssz.com