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

搜索资源列表

  1. 密码算法源代码

    0下载:
  2. 几个密码算法的源代码,不知道有了没有~~ 下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:275.5kb
    • 提供者:王军
  1. rsa资料全集

    1下载:
  2. RSA资料全集是我在学习RSA时收集的资料,它对我学习这种算法有着极大的帮助,不知对大家有帮助没有,希望对大家学习密码学有所帮助。-All of the information of RSA was collected when i was studying RSA.It gives me a great deal of help though i don t know how about you.I wish it also give you some help about the crypt
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:466.27kb
    • 提供者:王清华
  1. LZWarithmetic

    0下载:
  2. LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.71kb
    • 提供者:傻傻
  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. t

    0下载:
  2. Base64组件的应用-Base64 application components
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16.05kb
    • 提供者:
  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. MD5--T-SQL

    0下载:
  2. 关于MD5算法的T-SQL实现,适用于MS SQL2000系统下-MD5 algorithm on the T-SQL applies to MS SQL2000 system
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.23kb
    • 提供者:马克
  1. fft2melmx

    0下载:
  2. the convert the audio from the cep unit fft to mel spectrum-the convert the audio from the probes unit fft t o mel spectrum
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:雷柏英
  1. sharpprivacy_src

    0下载:
  2. SharpPrivacy - OpenPGP for C#: SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET application or
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:719.52kb
    • 提供者:jason..
  1. t

    0下载:
  2. 可以用这个来对文件进行CRC校验,来保证唯一性
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:26.86kb
    • 提供者:陈毛毛
  1. hill_sorting

    0下载:
  2. 希尔排序算法: 基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:788byte
    • 提供者:pannewstar
  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. oujilide.rar

    0下载:
  2. 利用欧几里原理来求出 sa+tb=(a,b) 中的系数 s 和 t,其中(a,b)是a和b的最大公约数,a和b为输入数据。,figure out s,t,(a,b) at the same time after you input a,b.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-05
    • 文件大小:849byte
    • 提供者:xiaohe
  1. CRC.rar

    0下载:
  2. CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。,CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6.12kb
    • 提供者:semihost
  1. openssh-5.2p1.tar

    0下载:
  2. OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。 OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序: sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:992.79kb
    • 提供者:liuliu
  1. granados200.tar

    0下载:
  2. Granados是一个基于.NET的SSH客户端库。同时支持SSH1和SSH2。实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。实现TCP协议连接。-Granados is a based on. NET client library for SSH. At the same time support the SSH1 and SSH2. Achieved AES, Blowfish, TripleDES, RSA, DSA and other cryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:135.37kb
    • 提供者:sunxun
  1. classic

    0下载:
  2. 古典密码 可选择进行维吉尼亚加解密、希尔加解密、行置换的乘积加解密、仿射加解密 并可选择下列统计计算: 1.不同n值下维吉尼亚密码体制的频率统计 2.不同n值下维吉尼亚密码体制的重合指数计算 3.不同n n值下希尔密码体制的频率统计 4.不同n n值下希尔密码体制的重合指数计算 5.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的频率统计 6.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的重合指数计算 7.对于同一明文,给
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.56kb
    • 提供者:Beaug
  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. www.qupan.com_3344553_Aspr2.XX_unpacker_v1.15SC.ra

    0下载:
  2. 脱壳的人都知道这东西的用处,就是下载的地方太少,网上有的多是1.13版的,这个版本的极少。 -BB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:29.48kb
    • 提供者:林天发
  1. dvb_ca_port_code

    0下载:
  2. dvb ca 移植接口代码及文档说明。有对ST、V、I、C卡的处理说明,并给出了怎样使一台机顶盒支持多种智能卡的伪代码! -dvb ca transplant interface code and documentation. There ST, V, I, C cards to deal with that, and given how to make a set-top box supports a wide range of smart cards Pseudocode!
  3. 所属分类:Crypt_Decrypt algrithms

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