CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .67 .68 .69 .70 .71 83272.73 .74 .75 .76 .77 ... 199244 »
  1. DES

    0下载:
  2. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.22kb
    • 提供者:xiahy
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6.56kb
    • 提供者:阿达悟
  1. rsajiamiyunli

    0下载:
  2. 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:12.44kb
    • 提供者:阿达悟
  1. rc4

    0下载:
  2. 用RC4算法实现控制台对所有文件(任意类型的文件)的加解密(注意明文和密文都以文件形式存在)-RC4 algorithm using the console for all files (any type of file) encryption and decryption (pay attention to both explicit and ciphertext in order to file the form)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:8.06kb
    • 提供者:阿达悟
  1. mysha1

    0下载:
  2. 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件-SHA algorithm used to hash arbitrary document summaries, and the summary hash value (at least 160bit) into another file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2.21kb
    • 提供者:阿达悟
  1. CRC

    0下载:
  2. 主要介绍的是crc容错校验算法,繁体中文版-Mainly introduces the CRC checksum algorithm for fault-tolerant, Traditional Chinese version
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:126.17kb
    • 提供者:可乐
  1. RSA

    0下载:
  2. RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:26.99kb
    • 提供者:魏汝垚
  1. VBMD5

    0下载:
  2. vb md5 算法应用 可以检测使用!! 用visualbasic 6.0 使用··· -vb md5 algorithm can detect the use of applications! ! Visualbasic 6.0 with the use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:19.78kb
    • 提供者:李四
  1. Introduction_to_Cryptanalyst

    0下载:
  2. 加密算法是计算机科学中的一个分支。本书是一本简单介绍加密算法的英文书籍,并包含了对常见英文词根出现概率的分析-Computer encryption algorithm is a branch of science. This book is a simple encryption algorithm, introduced in English books, and contains a common root in English appear probability analysis
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8.07mb
    • 提供者:sheng
  1. mimaxue

    0下载:
  2. 密码学(选择,替换,)-Cryptography (select, replace,)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-18
    • 文件大小:4.72mb
    • 提供者:yanmei
  1. RSA

    0下载:
  2. 现代密码学!RSA算法-Modern Cryptography! RSA algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:71.1kb
    • 提供者:yanmei
  1. pass

    0下载:
  2. 使用标准C语言编写,无平台相关内容,可以在所有C编译器上编译,使用简单的位运算进行文件加密,虽然算法简单,但即便知道算法也不太容易破解,有注释,可供C语言初学者学习研究!-Using standard C language, non-platform-related content, you can in all C compiler compiled, using a simple bit computing for file encryption, although the algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1.68kb
    • 提供者:etcher
« 1 2 ... .67 .68 .69 .70 .71 83272.73 .74 .75 .76 .77 ... 199244 »
搜珍网 www.dssz.com