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

搜索资源列表

  1. pdf-decrypt

    1下载:
  2. PDF RC4 (40bit) decryptor (for known password) example code, compiles with GCC 4.3
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2522
    • 提供者:pkoper
  1. xiaobosoundsignal

    0下载:
  2. 对原始图像在水平方向和垂直方向与2个滤波器(低通、高通)相卷积,可以得到4块面积为原图像1/4的子图,分别为水平方向低频和垂直方向低频(HH)、水平方向低频和垂直方向高频(HG)、水平方向高频和垂直方向低频(GH)、水平方向高频和垂直方向高频(GG)。-The original image in the horizontal direction and vertical direction and two filters (low pass, high pass) with convolutio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1124
    • 提供者:yuanyuan
  1. n=4Programming

    0下载:
  2. 此程序的加密原理是对文件中字符的ASCII码按照先高4位后低4位的次序分别进行加密4次(每加密一次变换一次密匙),加密后将高4位和低4位再合成新字符输入 到加密文件。加密的密匙的变化规律是:新密码为原密码异或上次加密的字符的ASCII码的高4位或者低4位。解密过程是加密的反过程。-This program is file encryption principle characters in the ASCII code in accordance with the first post-hi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:266771
    • 提供者:李阳
  1. shanks

    0下载:
  2. 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7558685
    • 提供者:vince
  1. pbc-0.5

    0下载:
  2. pairing-based cryptography,The Ecc cryptography,now so many people is learn to use pairing-based cryptography,this is used in window
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2915393
    • 提供者:李兵
  1. 8816

    1下载:
  2. 加密芯片FS8816的datasheet, FS8816 Data Sheet V1 0.pdf, FS8816 Programming Guide for COMPLETEVER_v0.4.pdf, FASP-8816 DEV Disk V1.1.rar, FS8816.H, i2c.c, i2c.h, UserDef.c main.c, -Encryption chip FS8816' s datasheet, FS8816 Data Sheet V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3556352
    • 提供者:thebluewind
  1. des

    0下载:
  2. **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节 ** sDest 存放解密后的串. 为nSrcLen字节长
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:6007
    • 提供者:victor
  1. Arm

    0下载:
  2. 顶级Arm4.4软件加密教程.给软件加注册码的工具- 顶级Arm4.4软件加密教程.给软件加注册码的工具
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2969613
    • 提供者:cff123124
  1. 4-5

    0下载:
  2. digital envelope program which is used to have a secure communication over the network.uses caesar cipher for public and RSA for private encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:82050
    • 提供者:Naresh
  1. DES

    0下载:
  2. This particular algorithm is a brute force attack on the popular DES Encryption standard. The DES algorithm consists of 4 main classes which will be briefly discussed -The first class takes into consideration the assumption that the in the inputs a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:9615
    • 提供者:RobT
  1. AES

    0下载:
  2. AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支援更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤:-AES encryption process is in a 4 × 4 matrix of bytes in the operation, the matrix is also known as " the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:30594
    • 提供者:王风
  1. truecrypt-4.2-source-code.tar

    0下载:
  2. truecrypt 加密虚拟磁盘源代码,非常有用-truecrypt source code encrypted virtual disk
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1076093
    • 提供者:张静
  1. md5_implication

    0下载:
  2. MD5算法的实现. 明文数据经MD5算法进行散列处理,可以形成密文/数据的摘要,应用此算法可以实现对邮件的加密. 实验步骤: 1、填充消息:10…0,使消息长度等于448mod512 2、添加明文长度(64位) 3、初始化4个字的寄存器 4、消息由512-bits数据块(Y0,Y1,…)处理4轮,每轮16次迭代 -MD5 algorithm. Plaintext data hashed by the MD5 algorithm, can form dense text/d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2483
    • 提供者:
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:286415
    • 提供者:fff
  1. vigenere

    0下载:
  2. 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
  3. 所属分类:加密解密

    • 发布日期:2017-04-01
    • 文件大小:1664
    • 提供者:小杨
  1. QuestHelper-4.0.3a.75r

    0下载:
  2. QuestHelper about wow lease read your package and describe it at least 40 bytes in English. System will automatically delete the directory of debug and release, so please do not put files on these two directory.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:717750
    • 提供者:T
  1. minigmp-4[1].1.2

    0下载:
  2. 手机加密软件,用于文件等个人信息的加密。-Mobile phone encryption software for file encryption and other personal information.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:947736
    • 提供者:wangkai
  1. shaPswDemo

    0下载:
  2. md5 encryption decryption algoritm files 4 delphi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1207505
    • 提供者:buzz
  1. rank

    0下载:
  2. 本算法与书上的相比稍微改动了一些。 因为日常加密中,明文不单是数字,经常会有字母或者其他字符出现。 本程序的思想就是先把明文以字符形式读取,转化成ASCII码,再把ASCII码转化成数字形式。 因为ASCII码共有256个也就是2的8次方,占8位二进制,把这八位二进制分为两部分,每部分占4位进行加密。 加密的算法和书上类似,先用密钥选取表,行,取反,然后与明文做异或,移位等运算。 最后得出两个4位的二进制数,合为一个,转化成十进制形式存储为密文。-The algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:401379
    • 提供者:guangren
  1. AN10833

    0下载:
  2. This document describes how to differentiate between the members of the MIFARE card IC family. ISO/IEC 14443-3 describes the initialization and anticollision procedure, and ISO/IEC 14443-4 describes the protocol activation procedure. This do
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:240443
    • 提供者:tolis_2001
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com