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

搜索资源列表

  1. image_patchwork

    0下载:
  2. 根据W. Bender的《Techniques for data hiding》编写 %用补丁方法对图象做空间域的水印嵌入和提取, %效率极高,程序简洁,属信息隐藏中常用的方法之一。 %作者:辽宁大学 信息学院 范铁生 %email:fts0@163.com
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1069
    • 提供者:gao
  1. image_patchwork_dct

    0下载:
  2. 根据W. Bender的《Techniques for data hiding》编写 %用补丁方法对图象做DCT域的水印嵌入和提取, %效率极高,程序简洁,属信息隐藏中常用的方法之一。 %作者:辽宁大学 信息学院 范铁生 %email:fts0@163.com
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1097
    • 提供者:gao
  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
    • 文件大小:136954
    • 提供者:wildkaede
  1. PGP800-S-W-Inner

    0下载:
  2. 可以实现对邮件的加密解密以及签名,采用多种加密算法,包括对称加密算法和公钥算法等
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2662576
    • 提供者:wodelanfei
  1. PGP803-S-W

    0下载:
  2. vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7090359
    • 提供者:和焕君
  1. NetBoxDex

    0下载:
  2. NetBoxDex v0.1 (NetBox 解包工具源码) NetBox 是一个全新概念的开发平台,它提供了业界最快速的用于开发 Internet 商业应用的开发和编译工具。NetBox 支持包括 Javascr ipt、VBscr ipt、Perl 等目前应用最为广泛的脚本语言来构建功能强大和性能稳定的应用服务器、网络服务器以及 HTML-Based 网络多媒体桌面应用。NetBox 支持目前最为流行的 XML 和 Web Service 工业标准和 ASP、COM、.NET 等流行标准
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:308699
    • 提供者:程光
  1. Citadel16FullSources

    0下载:
  2. Citadel v.1.6 Full Sources-Citadel s design-time Wizard in action In Delphi the forms visual designs are encoded as dfm files and directly included into the executables as resources. This implementation has two disadvantages: 1. They
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1448597
    • 提供者:瘦马
  1. aircrack-ng-1.0-rc4.tar

    0下载:
  2. aircrack. crask wep keys over wifi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1666833
    • 提供者:canosteam
  1. BLUMBLUM.TAR.GZ

    0下载:
  2. crypto-strong pseudorandom numbers w/algorithm Blum, Blum, and Shub
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:9497
    • 提供者:enropin
  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
    • 文件大小:1276
    • 提供者:dvd
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:286415
    • 提供者:fff
  1. aes_key_expand_128

    0下载:
  2. The key expansion function takes the user supplied 16 bytes long key and utilizes the previously created round constant matrix rcon and the substitution table s_box to generate a 176 byte long key schedule w, which will be used during the en- and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1352
    • 提供者:darshan
  1. aes_cipher_top

    0下载:
  2. the first task of the ”main” program aes_demo is a call to aes_init in Line 1. This initialization routine supplies 1 the actual en- and decryption functions (cipher and inv_cipher) with the expanded key schedule w, the substitution tables s_bo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2454
    • 提供者:darshan
  1. W.-Schindler-Cryptography--B-IT--winter-2006--200

    0下载:
  2. W. Schindler Cryptography, B-IT, winter 2006 2007-W. Schindler Cryptography, B-IT, winter 2006 2007
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:434188
    • 提供者:ami2008
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  1. Cyber Security W S

    0下载:
  2. cyber security material-programmes and documents
  3. 所属分类:加密解密

    • 发布日期:2018-01-03
    • 文件大小:24026112
    • 提供者:nena
搜珍网 www.dssz.com