CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cipher

搜索资源列表

  1. cipher

    0下载:
  2. 对称和非对称加密,java语言实现,可用于权限和数据加密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:82425
    • 提供者:叶冰
  1. IDEA

    0下载:
  2. IDEA (International Data Encryption Algorithm) Data Encryption Algorithm by famous Chinese scholars and password Jiaboshi experts James L. Massey in 1990 jointly proposed. As a block cipher designed a wonderful work, IDEA algorithm has strong anti-at
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20694
    • 提供者:huli
  1. cipher

    0下载:
  2. 古典密码学的程序实现,详见文档:vegenere,beaufort ,hill, standardhead
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3227
    • 提供者:xiaonian
  1. DEC_5_1c

    0下载:
  2. cipher 5.1。一个几乎包含了所有常见的加密算法的控件,提供源码
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4329716
    • 提供者:刘明
  1. aa

    0下载:
  2. 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5678
    • 提供者:李艳
  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
    • 文件大小:8783
    • 提供者:wyxm
  1. Scx3.1

    0下载:
  2. This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspirati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23338
    • 提供者:范杰
  1. Permutation

    0下载:
  2. Column permutation cipher是基于置换的加密解密方式。利用本程序可实现Column permutation cipher的加密和解密。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7349
    • 提供者:马茜
  1. cipher

    0下载:
  2. Logistc混合m-序列加密,用Netbeans打开工程文件即可运行。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:361604
    • 提供者:王莲花
  1. AES-cipher

    0下载:
  2. 用C++编写的AES加密方法,可以对文件进行加密解密!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11045
    • 提供者:kkk
  1. hitag2

    2下载:
  2. Low frequency NXP hitag2 encryption cipher This the low frequency NXP hitag2 encryption cipher. The package hitag2.zip contains the following files: hitag2.png - Cipher overview hitag2.c - Source-code
  3. 所属分类:RFID编程

    • 发布日期:2008-10-13
    • 文件大小:32400
    • 提供者:goofy
  1. BlockCiphers-include-11-cipher-example

    0下载:
  2. Crypto++软件包,包括11个例子,25种加密算法的源程序,从AES到XTEA。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:42325
    • 提供者:Bai
  1. filecrypterpro

    0下载:
  2. FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along with the decryption stub and key. When the output file is executed it decrypts and executes the
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5200
    • 提供者:ff3g3f3
  1. 2004110818104221485

    1下载:
  2. 德国纳粹二战时发明的密码机Enigma“迷”的复原模拟程序的源码.zip 好的图形界面,好的功能!-Nazi Germany in World War II invented the Enigma Cipher Machine, "The Riddler" recovery simulation program source code. Zip good graphical interface, a good functional!
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:82437
    • 提供者:李江
  1. IDEA加密算法代码

    0下载:
  2. IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。-IDEA encryption algorithm is data block encryption algorithm (Cipher Block) category. IDEA use of the length of the 128 bit key, the data block size for 64bit.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30599
    • 提供者:zhou
  1. Caesar

    0下载:
  2. 这个是古典密码学里Caesar密码用c++编程的程序代码-This is a classical cryptography Lane Caesar cipher c programming code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7502
    • 提供者:car
  1. VB加密解密源代码

    2下载:
  2. rijndaelvb.zip The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class. The rijndael.asp file is a VBscr ipt ASP file that can be used as
  3. 所属分类:文件操作

    • 发布日期:2008-11-24
    • 文件大小:13456
    • 提供者:yusy2000
  1. cipher.rar

    0下载:
  2. 使用维吉尼亚密码进行控制台编程,实现对英文文本文件的加解密!,Virginia password using the console program, to achieve the English version of the document encryption and decryption!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1518
    • 提供者:蔡吉欣
  1. jk.rar

    0下载:
  2. 置换密码算法,用C++制作,不是本人做的,具体实现请自己查看,Substitution cipher, using C++ Production, rather than I do, concrete realization of your own view
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:366094
    • 提供者:zzz
  1. DES.rar

    0下载:
  2. 数据加密标准(DES)加密解密算法Matlab源代码,Data Encryption Standard (DES) encryption and decryption algorithm Matlab source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:7356
    • 提供者:新河
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com