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

搜索资源列表

  1. cipher

    0下载:
  2. 密码传奇-文字版 密码传奇-文字版 -OK
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1680415
    • 提供者:小三三
  1. file_encryption

    0下载:
  2. AES分组加密算法做的文件加解密演示, 采用多线程流水线方式对文件进行 读->加密/解密->写 操作.-AES block cipher algorithm for encryption and decryption so the paper presentations, the use of multi-threaded pipelined read on paper-> encryption/decryption-> write operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:18544
    • 提供者:周可
  1. xuliemime

    0下载:
  2. 线性反馈移位寄存器LFSR生成随机序列的原理,序列密码的加密过程-Linear feedback shift register LFSR to generate random sequence of the principle of the encryption cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-04-21
    • 文件大小:1531
    • 提供者:bluerain
  1. cbcecbjiami

    0下载:
  2. 了解密码算法的分组链接模式。 掌握和理解ECB模式、CBC模式的结构和算法原理。 -Understanding of the sub-cipher mode link. Grasp and understanding of ECB mode, CBC mode of the structure and algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1350
    • 提供者:bluerain
  1. DES

    0下载:
  2. DES是一个分组加密算法,他以64位为分组对数据加密。同时DES也是一个对称算法:加密和解密用的是同一个算法。它的密匙长度是56位(因为每个第8位都用作奇偶校验),密匙可以是任意的56位的数,而且可以任意时候改变。-DES is a block cipher algorithm, his 64-bit data encryption for the packet. At the same time, DES is a symmetric algorithm: encryption and dec
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:495517
    • 提供者:huhanzhong
  1. AES

    0下载:
  2. Rijndael加密算法是分组长度可变的分组密码。分组长度,密钥长度可以为128,192,256比特。 假设加密的中间结果为状态State。状态State可以用类似于元素为一字节的矩阵来表示,矩阵的行数为4,列数为Nb,Nb等于分组长度除以32。 -Rijndael encryption algorithm is the grouping variable length block cipher. Packet length, key length for the bit 128,192
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:25938
    • 提供者:钟惠民
  1. Playfair_Fixed_SA_Flips

    0下载:
  2. 用模擬退火法求解Playfair加密法的程序,計算速度比暴力法好多了,檔案內破解用的範例就是碼書(The Code Book)的第六階的密碼,剛好就是用Playfair加密的,可以參考。-Playfair fixed Temperature Simulated Annealing with flips by Michael J. Cowan Run with file cipher1.txt containing cipher and TetraLog_hank.bin containing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:188768
    • 提供者:sudolai
  1. locks_Password

    0下载:
  2. 1.密码锁有两个密码:一是设计密码,放存在ROM中;另一个是使用密码,存于EEPROM中。 2..密码锁的密码用4位有效数字,输入超过4位时以最后输入4位数字为准,数字范围由1~6。 3. 用实验板上K1—K6键作密码数字输入键,分别表示1~6数字,K7,K8键为命令键。其中,K7为密码设置键,K8为开锁键。蜂鸣器用作开锁指示。 4. 开机后进入初始状态,显示器显示“— — — —” 且最高一位闪动,闪动位亦表示当前数字输入位,以后每输入一位数字,闪动位向右循环移动。 5.开
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:52480
    • 提供者:邱浩淼
  1. ccrypt-1.9

    0下载:
  2. ccrypt is a command line utility for encrypting and decrypting files and streams. It was designed as a replacement for the standard Unix crypt utility, which is notorious for using a very weak encryption algorithm. ccrypt is based on the Rijndael cip
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:669709
    • 提供者:jmskhng
  1. berry

    0下载:
  2. 检查ssl加密方式,使用pcap库,分为服务端和客户端-detect cipher suite of ssl
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-31
    • 文件大小:341802
    • 提供者:ffsmarter
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. WinMan

    0下载:
  2. This source code contains some codes from this site and others... this code has been written in short time... so there are too many problems in it that I didn t for example CMD form is not good as it must be! also supports: some of encodings like MD5
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:1920382
    • 提供者:Prachi
  1. 1

    0下载:
  2. public final class RC4 extends Cipher { int x int y byte[] state = new byte[256] -public final class RC4 extends Cipher { int x int y byte[] state = new byte[256]
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1167
    • 提供者:Li Jia
  1. main

    0下载:
  2. BruteForce attack to dellastel cipher
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5394
    • 提供者:Kiwwi
  1. m3

    0下载:
  2. 采用同余序列密码计算体系算法的加密解密系统,可以被改写成dll文件,处理文字加密与解密尝试-I calculated using the same system stream cipher encryption algorithm decryption system that can be rewritten as dll files, text encryption and decryption attempt to deal with
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:171202
    • 提供者:孙逊
  1. m4

    0下载:
  2. 采用序列分组密码体系算法的加密解密系统,可以被改写成dll文件,处理文字加密与解密尝试-Sequence-block cipher system for encryption and decryption algorithm system, which can be rewritten as dll files, text encryption and decryption attempt to deal with
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:174521
    • 提供者:孙逊
  1. 157

    0下载:
  2. Encryption algorithms are becoming more necessary to ensure data is securely transmitted over insecure communication channels. FOX is a recently developed algorithm and its structure is based on the already proven IDEA (International Data E
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:136060
    • 提供者:yared
  1. 123

    0下载:
  2. 一个凯撒密码的源程序,实现文件的加密和解密过程,适用于学生参考。-A Caesar cipher source code to achieve the file encryption and decryption process is suitable for students.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:782
    • 提供者:钟华
  1. project

    0下载:
  2. Cobra-H128 密码的加密和解密.输入端口e=0,加密;输入端口e=1,解密。128位的块输入和4个64位的密钥-realization of encryption and decryption of Cobra-H128 cipher
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:16787
    • 提供者:小鱼儿
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com