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

搜索资源列表

  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:379.94kb
    • 提供者:Nikii
  1. SystemMiMa

    0下载:
  2. 可以显示系统所有隐藏的秘密(BISO密码,屏幕保护密码,FOXMAIL密码,IE密码等)(G)-system can show all the hidden secrets (BISO password, password protection screen, FOXMAIL password, IE password) (G)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:392.22kb
    • 提供者:刘谓
  1. EnumCSP_src

    0下载:
  2. EnumCSP - Enumerates Crypto Service Providers Copyright (c) 2000-2004 G.Chapillon <GChapillon@aol.com> All Rights Reserved. Contributor: Jupiter <by.Jupiter@Gmail.com>
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12.24kb
    • 提供者:李泉
  1. CrcCheck

    0下载:
  2. CRC校验实用程序 CRC-16码: G(x)=X16+X15+X2+1 CRC-32码: G(x)=X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+X+1
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32.76kb
    • 提供者:卢东
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:133.74kb
    • 提供者:wildkaede
  1. EWSA

    0下载:
  2. 无线, WPA, GPU, 破解 ElcomSoft是一家俄罗斯软件公司,出品过众多密码破解软件,涉及 Office、SQL、PDF、EFS等等。推出的“Wireless Security Auditor 1.0”号称可以利用GPU的运算性能快速攻破无线网络WPA-PSK及WPA2-PSK密码,运算速度相比使用CPU可提高最多上百倍。 这款软件的工作方式很简单,就是利用词典去暴力破解无线AP上的WPA和WPA2密码,还支持字母大小写、数字替代、符号顺序变换、缩写、元音替换等 12种
  3. 所属分类:Crack_Hack

    • 发布日期:2014-05-23
    • 文件大小:7.77mb
    • 提供者:zhabng dashan
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3.17mb
    • 提供者:rock
  1. 200601220942288253

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。   ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.4mb
    • 提供者:崔光涛
  1. G__des

    0下载:
  2. G-DES代码,密码学学习必须掌握的算法。很全的代码。-G-DES code, cryptography algorithm to learn to master. Is all the code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:14.74kb
    • 提供者:一杭
  1. Teach.Yourself.Game.Programmin.g.in.24.Hours

    0下载:
  2. Sams Teach Yourself Game Programming in 24 Hours demystifies game programming by providing clear, practical lessons using C/C++, the industry standard in game programming. The book focuses on the Windows API to construct games for the Windows platfor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3mb
    • 提供者:samshop
  1. 1008

    0下载:
  2. Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1.25kb
    • 提供者:dvd
  1. ElGamal

    0下载:
  2. Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3.7mb
    • 提供者:王风
  1. aes-xts-vs2008-17-07-09

    0下载:
  2. On-the-fly encryption means that data is automatically encrypted or decrypted right before is loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:921.9kb
    • 提供者:Santhosh R
  1. xTyAESCrypter

    0下载:
  2. TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data is automatically encrypted or decrypted right before is loaded or saved, without any user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:58.81kb
    • 提供者:Santhosh R
  1. TIMx

    0下载:
  2. La modulation de largeur d impulsion (Pulse Width Modulation en anglais) est une methode permettant de generer des signaux analogiques continus a l aide de systemes en fonctionnement tout ou rien.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:284.57kb
    • 提供者:lunedunord
  1. xx

    0下载:
  2. substitute the value, e.g. build the md5 by concat the strings together, then you can use the java.lang.String.format method. But in Camel 2.0 we have added two convenient methods in the Java DSL so you can do fromF and toF that uses String formattin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:8.58kb
    • 提供者:lijinyong
  1. G.-Pad.pdf

    0下载:
  2. a cryptography paper
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:502.93kb
    • 提供者:wendydaniel
  1. week3-notes

    0下载:
  2. Weakest link” is size of key Attacks take advantage of encryption speed 1993: Weiner: $1M machine, 3.5 hours 1998: EFF’s Deep Crack: $250,000 92 billion keys per second 4 days on average 1999: distributed.net: 23 hours OK for some things
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:125.86kb
    • 提供者:vipi
  1. ECC

    0下载:
  2. 对椭圆曲线来说最流行的有限域是以素数为模的整数域(参见 模运算),或是特征为2的伽罗瓦域GF(2m)。后者在专门的硬件实现上计算更为有效,而前者通常在通用处理器上更为有效。专利的问题也是相关的。一些其他素数的伽罗瓦域的大小和能力也已经提出了,但被密码专家认为有一点问题。 给定一条椭圆曲线E以及一个域,我们考虑具有形式有理数点的阿贝尔群,其中x和y都在中并且定义在这条曲线上的群运算"+"(运算"+"在文章椭圆曲线中描述)。我们然后定义第二个运算"*" | Z×:如果P是上的某个点,那么
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:9.74kb
    • 提供者:zhangyi
  1. DES

    0下载:
  2. 实现16位十六进制数的DES加解密。 实例:明文0000000000000000 密钥0000000000000000 结果8ca64de9c1b123a7-This program can encrypt and decrypt 16 digits hexadecimal number(64 bits). e.g. plain text 000000000000000 key 00000000000000000 result 8ca64de9c1b123a7
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com