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

搜索资源列表

  1. linearanalysis

    2下载:
  2. S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15351
    • 提供者:jjia
  1. rs

    0下载:
  2. 采用rc4加密算法写的 主要算法: //加解密前需初始化S盒
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8136
    • 提供者:张飞
  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. 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
    • 文件大小:1393
    • 提供者:胡康康
  1. S_DES加密解密程序

    2下载:
  2. 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and the arbitrary 8BIT unsigned int
  3. 所属分类:加密解密

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

    0下载:
  2. spn算法加密和解密,substitution(代换),生成S或P逆盒-spn encryption and decryption algorithms, substitution (substitution), Generation S or P inverse box
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5948
    • 提供者:李创
  1. dsa2

    0下载:
  2. 这个是数字签名的DSA 算法 !是借用别人的!为了大家的学习和提高!-This is a digital signature algorithm DSA! Borrowed from the others! To everyone's learning and raise!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7836
    • 提供者:宋志博
  1. rijndael-Aes

    0下载:
  2. 这是一个标准AEs加密算法,最大的加密流量达到了70M/s。包括主程序和头文件-this is a standard encryption algorithm AEs, the largest encrypted traffic reached 70M / s. Including the main program and the first document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3311
    • 提供者:王王
  1. 肖俊.java

    0下载:
  2. ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3197
    • 提供者:肖俊
  1. S_P盒的产生

    0下载:
  2. 置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:小华
  1. SPN加密

    0下载:
  2. 此代码实现S-P密码的加密解密,在这个实验中用到了S盒和P盒随机发生器-this code to achieve S-P password encryption and decryption, in this experiment uses S boxes and boxes of random generator P
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:206032
    • 提供者:小华
  1. 差分分析(C++)

    0下载:
  2. 差分密码分析,此实验是对S-P密码体制的差分分析-differential cryptanalysis, the experiment of S-P Cryptosystem Differential Analysis
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:139555
    • 提供者:小华
  1. fcrackzip-0.2.4.tar.gz 解加密的zip文件的密码的程序

    2下载:
  2. 解加密的zip文件的密码的程序 ,Cracking encrypted zip file s password
  3. 所属分类:加密解密

    • 发布日期:2016-12-23
    • 文件大小:73117
    • 提供者:
  1. pgplot-manual.ps.gz

    0下载:
  2. pgplot用户手册,非常全面的描述了pgplot中的各个命令功能以及使用方法,pgplot user s manual
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:267980
    • 提供者:王浩
  1. MaxSHA1.rar

    0下载:
  2. 美国安全散列算法,可兼容于嵌入式C程序.已在ICC, KEIL中得到验证,U.S. Secure Hash Algorithm, compatible embedded C program. Has ICC, KEIL been tested in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5235301
    • 提供者:mafulu
  1. figerencoder.rar

    0下载:
  2. 该代码通调用指纹采集验证模块对用户进行识别,进而调用加密模块对用户的各类文件进行加密。解密也要用指纹识别模块进行用户识别后方可解密。增强了用户文件的安全性。,The call pass code to verify fingerprint identification module to the user, and then call the user' s encryption module to encrypt the different types of documents. You ha
  3. 所属分类:加密解密

    • 发布日期:2017-05-25
    • 文件大小:8377426
    • 提供者:张明烁
  1. rijndael.rar

    1下载:
  2. 这是从NIST官方网站下载的AES源码,由于原网站为英文版,转载过来和大家共享。,This is the official website to download from the NIST' s AES source, because the original site for the English version, reproduced over and share.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:24653
    • 提供者:王恒
  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
    • 文件大小:849
    • 提供者:xiaohe
  1. AES_VB

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encryption is a fast and efficient le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:32297
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 23 »
搜珍网 www.dssz.com