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

搜索资源列表

  1. Hash-SHA

    0下载:
  2. 密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15.49kb
    • 提供者:WQ
  1. LibTomCrypt

    0下载:
  2. LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。 你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org libtomcrypt在C++builder6下编译为tomcrypt.lib -LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:299.8kb
    • 提供者:lucy
  1. 11_SHA

    0下载:
  2. 安全散列算法采用单向Hash函数将需加密的明文\"摘要\"成一串128bit的密文-security hash algorithm uses one-way hash function would require encryption expressly "summary" as a bunch of 128bit The ciphertext
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:118.99kb
    • 提供者:fasf
  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. 加密和数字签名

    1下载:
  2. 这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:夏珊
  1. libtomcrypt1.17sourcecode

    0下载:
  2. 全功能的加密库,对称加密,非对称加密,单向加密,等待,最新版本-Full-featured encryption library, symmetric encryption, asymmetric encryption, one-way encryption, to wait, the latest version
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.91mb
    • 提供者:Jacky
  1. MD5_SHA1

    1下载:
  2. 具有MD5和SHA1单向(哈希)函数算法加解密功能的小程序.-MD5 and SHA1 have a one-way (hash) function algorithm for encryption and decryption functions applet.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:81kb
    • 提供者:罗兰
  1. md45.txt

    0下载:
  2. md5算法源代码,应用密码学实现源码。对于学习应用密码学和单向函数比较有用-md5 algorithm source code, the application of cryptography to achieve source. Applications for the study of cryptography and more useful one-way function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:9.28kb
    • 提供者:梁海金
  1. hash

    0下载:
  2. Hash encoding-one way hashhing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:59.09kb
    • 提供者:amir
  1. SHA1

    0下载:
  2. securtiy algorithm for one way hasing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:1.99kb
    • 提供者:deeps
  1. conv

    0下载:
  2. Its a small tool for encrypting and decrypting text and files Supports: String to Hex Hex to String String Reverse Base64 DeBase64 String to Chr$ (One way) ROT13 XOR DeXOR SHA256 (One way) Blowfish CryptAPI DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:55.03kb
    • 提供者:max-mass
  1. fprng10

    0下载:
  2. AMPRNG rev 1.0 - strong and fast PRNG with 80-512 bit key and 80-512 bit IV, based on permutations and one-way functions.
  3. 所属分类:Crypt_Decrypt algrithms

  1. Decrypt

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1.33kb
    • 提供者:
  1. URLTest

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3.1kb
    • 提供者:
  1. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:9.81kb
    • 提供者:
  1. jiamijiemi

    0下载:
  2. 一种原创的加密解密方法,是用matlab编写的,对于部分人群有用。-one way of solve the extra of data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:6.97kb
    • 提供者:xushit
  1. crypt

    0下载:
  2. 程序生成系统用户方法(crypt),crypt是个密码加密函数,它是基於Data Encryption Standard(DES)演算法。 crypt基本上是One way encryption,因此它只适用於密码的使用,不适合於资料加密 -crypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3.62kb
    • 提供者:龙天浩
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:59.13kb
    • 提供者:whalestudio
  1. EncryptTool

    0下载:
  2. java加密工具类,包含base64,md5, sha等单向加密和双向加密的类。使用myeclipse 8.6开发。-ava encryption tool category, and contains the base64-md5, sha, etc. one-way encryption and two-way encryption class. Use 8.6 development Myeclipse.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:231.86kb
    • 提供者:kongjp
  1. Flibtomcrypt1u

    0下载:
  2. 全功能的加密库,对称加密,非对对称加密,单向加密,等待,最新版本 -The full-featured encryption library, symmetric encryption, symmetric encryption, one-way encryption, waiting for the latest version
  3. 所属分类:Crypt_Decrypt algrithms

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