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

资源列表

« 1 2 ... .96 .97 .98 .99 .00 1301.02 .03 .04 .05 .06 ... 1372 »
  1. keyring-2.0-pre6.tar

    0下载:
  2. keyring是一种用于保护PALM中关键信息的系统,保护的数据包括用户名、密码、信用卡号等-keyring is a PALM China for the protection of critical information systems, protection of data including user name, password, credit card number, etc.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:241399
    • 提供者:姓名
  1. cryptmount-1.1.1.tar

    0下载:
  2. Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统.-Cryptmount of the Linux system and the file system of user equipment. Documents and other encryption systems.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:202423
    • 提供者:姓名
  1. KeePassX-0.2.2.tar

    0下载:
  2. KeePassX用于保护密码的安全,使用了高强度的加密数据库-KeePassX password protection for the safety of the use of high-strength encryption database
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:302656
    • 提供者:姓名
  1. CDes_standard

    0下载:
  2. 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source fil
  3. 所属分类:加密解密

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

    0下载:
  2. 由于目前很多字典生成的密码很难满足我们的要求,假如你的密码忘记一部份但又记得一些 如果使用常规的密码字典生成的密码将非常庞大,爆破时间会非常长,本程序特点是你可以输入一段固定的密码加上密码字典生成的密码。 所以本人写了这个密码字典程序,希望能给大家破解密码带来方便!-As many dictionaries generated passwords difficult to meet our requirements. If you forget the password of a par
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:203243
    • 提供者:gsj0791
  1. yymmxue

    0下载:
  2. 密码学文献有一个奇妙的发展历程,当然,密而不宣总是扮演主要角色。第一次世界大战前,重要的密码学进展很少出现在公开文献中,但该领域却和其它专业学科一样向前发展。-cryptography literature has a wonderful history, of course, close does not declare always played the leading role. Before the First World War, it was important to cryptog
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:335555
    • 提供者:李志坚
  1. DESencrypt

    0下载:
  2. 这是我用c++实现的一个DES加密算法!应该可以适合那些对加密感兴趣的人看。-This is achieved with c a DES encryption algorithm. Should be suitable for those interested in encryption right people.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10947
    • 提供者:黄树林
  1. duobiaotidai

    0下载:
  2. 一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)-a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1736
    • 提供者:houny
  1. 032223

    0下载:
  2. 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to writ
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1617
    • 提供者:houny
  1. s-zhihuan

    0下载:
  2. 从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出\"求DArea中全部数据经 (1)以DTab为S-盒; (2)以DTab为P置换 -from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. T
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3284
    • 提供者:houny
  1. moni-momi

    0下载:
  2. 2的16次幂正整数d与n,编写计算d-1 (mod n) 的程序; 2、对于三个不超过2的16次幂正整数a、e与n,编写计算ae (mod n) 的程序。 在上述程序基础上写出下列程序: (1) 对给定的10000以内数判定其是否为素数; (2) 进行ElGamal体制的加密与签名。 -two of 16 power-positive integer d and n, calculate the preparation of d-1 (mod n); 2. For not m
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2423
    • 提供者:houny
  1. xapp270_verilog

    0下载:
  2. xilinx公司三重DES加密代码,内部有用于仿真的文件-xilinx companies Triple DES encryption code used for simulating an internal document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13519
    • 提供者:王晓涧
« 1 2 ... .96 .97 .98 .99 .00 1301.02 .03 .04 .05 .06 ... 1372 »
搜珍网 www.dssz.com