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

搜索资源列表

  1. JavaFR_RSA_Source

    0下载:
  2. 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15.22kb
    • 提供者:某男
  1. keylogbyme

    0下载:
  2. -- KeYl0gByMe -- Il s agit d un petit keylogger tout simple. Il logs tout les types de touches. Le fichier logs se met ?la racine du disque dur principal. Le fichier en question se nomme : stsvc.txt Cr閍teur : benozor77. Courri
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19.7kb
    • 提供者:李高
  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. 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. 2--10

    0下载:
  2. 16<->10转换1 6<->10转换16<->10转换
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:397.22kb
    • 提供者:许尚敏
  1. AesForBCB

    0下载:
  2. AES for BCB5/6 控件 安装: 1)展开XAES.ZIP 2)启动C++ Builder,菜单: File --> Open Project -->(定位到你展开的目录)--> 根据你的编译器版本,找到Release下对应的XAes_CB5.bpk或者XAes_CB6.bpk,打开! 3)选择Compile,编译完成后点击“Install”,Aes控件将安装到控件板的Netsys页上。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:109.55kb
    • 提供者:王蘊
  1. encrpytionsoftware

    0下载:
  2. Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Pleas
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:wyxm
  1. 2008516

    0下载:
  2. 实用c程序:16进制<->10进制互换程序 89C51系列CPU编程器接收CPU程序 HT1380实时时钟驱动程序 单个汉字库字摸提取程序,tc2.0编译 按键扫描驱动程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.98kb
    • 提供者:冀光辉
  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. cmd5

    0下载:
  2. 命令提示符下md5计算,支持文件 =========================================== MD5计算程序 v2.0 -by E17- =========================================== Usage: md5 EncryptData. md5 -f DataFile C:\\Documents and Settings\\Einstein>
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23.61kb
    • 提供者:Lin
  1. Arc6

    0下载:
  2. private double PointToAngle(Point AOrigin, Point APoint) { if (APoint.X == AOrigin.X) if (APoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (APoint.Y == AOrigin.Y) if (APoint.X > AOrigin.X)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:399.57kb
    • 提供者:欣欣
  1. Arc5

    0下载:
  2. private double PointToAngle(Point AOrigin, Point APoint) { if (APoint.X == AOrigin.X) if (APoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (APoint.Y == AOrigin.Y) if (APoint.X > AOrigin.X)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:245.23kb
    • 提供者:欣欣
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:胡康康
  1. MD5ArchiveValidator

    0下载:
  2. 一个命令行下的MD5校验工具 ,用法:MD5AV [-c] [-f<FolderName>] [-h] [-n<FileName>] [-o<OutputFolder>] [-r] [-v] [-x<FolderName]-MD5ArchiveValidator (MD5AV) is a utility to confirm the accurate storage of files through MD5 Checksums. For each fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:86.39kb
    • 提供者:天诛
  1. IP-MAC--MacBind

    0下载:
  2. IP MAC绑定,针对网卡MAC值绑定,对局域网限制管理有用-This s <IP MAC MacBind.zip>,maybe you need it.
  3. 所属分类:Crack_Hack

    • 发布日期:2015-05-24
    • 文件大小:529kb
    • 提供者:tingo
  1. rightrotate

    0下载:
  2. a XOR b> a,然后a XOR b< b,and both a and b are dependent data-a XOR b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:840byte
    • 提供者:laSiA
  1. CRC

    0下载:
  2. 运用编写了《循环冗余校验(CRC)编程测试软件》,此软件主要是测试CRC计算和编程的正确与否。 文章附有源代码。-Prepared to use < Cyclic Redundancy Check (CRC) program to test the software> that this software is to test the CRC calculation and the correctness of the program. Article with the sourc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:190.17kb
    • 提供者:梁丹
  1. EncryptionaDecryption

    0下载:
  2. 收集20篇左右的某种英文文献资料(每篇字符数量>1万字符),将其编辑成一个超过20万字符的文件,统计每个英文字母的使用频率,对期中的一篇进行加密,然后运用统计方法进行解密,人工比较解密结果与明文的差距。-About the collection of some 20 English literature (the number of each character> 10000 characters), to edit into a character more than 200,00
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:324.98kb
    • 提供者:屠娇娇
  1. XML

    0下载:
  2. Secure Socket Layer (SSL) and Transport Layer Security (TLS) are the current standards for communicating information securely over the internet. With TLS, all data being transmitted from point A to point B is encrypted. What if we only want some of o
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:7.65kb
    • 提供者:Tong Liu
  1. RSA

    1下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:80.17kb
    • 提供者:jhp627
« 12 3 »
搜珍网 www.dssz.com