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

搜索资源列表

  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. 200561673082201

    0下载:
  2. dEs,Md5,ZLIB算法源代码 文件列表: Adler32.cpp ArithdLL.cpp ArithdLL.def ArithdLL.dll ArithdLL.dsp ArithdLL.dsw ArithdLL.h ArithdLL.lib ArithdLL.ncb ArithdLL.opt ArithdLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp defla
  3. 所属分类:加密解密

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

    0下载:
  2. Md5 加 密的V i s u a l C + + s o u r c e C o d e .-Md5 V i s a u l C s o u r c e C o d e.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:105.65kb
    • 提供者:Raymond
  1. s_des加密.rar

    0下载:
  2. sdEs 的加密,sdEs encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-28
    • 文件大小:666kb
    • 提供者:徐彬
  1. lc4

    0下载:
  2. security 用户: NT AUTHORITY\sYsTEM 计算机: C9d21BEA1BF645B 主要用户名: sYsTEM 主域: NT AUTHORITY 主登录 Id: (0x0,0x3E7) 客户端用户名: sYsTEM 客户端域: NT AUTHORITY 客户端登录 Id: (0x0,0x3E7) 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/e
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-14
    • 文件大小:3.87mb
    • 提供者:kua
  1. yxydEs2_VC

    0下载:
  2. 尹学渊版的dEs第二版,注释写得非常清楚,并且执行效率不错,代码质量相比第一版有很大的改进,尹学渊保留所有权利,转载自:http://www.cnblogs.com/erwin/-The second edition of YinXueyuan s dEs code,the Notes is very clear, and good performance, code quality compared to a significant improvement over the first edi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:14.96kb
    • 提供者:YinXueyuan
  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. d-e-s

    0下载:
  2. dEsc++实现,有很详细的说明及注释,能够很好地进行加解密的-dEsc++ implementation, there are very detailed descr iptions and notes, can be a good encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:4kb
    • 提供者:Lee
  1. New-folder-(4)

    0下载:
  2. We begin with choosing two random large distinct primes p and q. We also pick e, a random integer that is relatively prime to (p-1)*(q-1). The random integer e is the encryption exponent. Let n = p*q. Using Euclid s greatest common divisor a
  3. 所属分类:Crypt_Decrypt algrithms

  1. dEs

    0下载:
  2. dEs java code The data Encryption standard (dEs, /ˌ diː ˌ iː ˈ ɛ s/ or /ˈ dɛ z/) was once a predominant symmetric-key algorithm for the encryption of electronic data. It was highly influential in the advancement of m
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.39kb
    • 提供者:Sparkle
  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
    • 文件大小:1.38kb
    • 提供者:刘洋
  1. 300多种加密解密算法(C++)源代码

    0下载:
  2. 300多种加密算法都能用,但是是c++写得,注意用法(assjsdf c++ sajfjf'd s;kf)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:368kb
    • 提供者:李华2222
搜珍网 www.dssz.com