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

搜索资源列表

  1. sha2

    0下载:
  2. sha2 散列算法源代码,用于对文件做HASH值求取-* THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:7769
    • 提供者:赵子龙
  1. The-algorithm-of-DES-in-CPP

    0下载:
  2. 加密与解密相关 DES算法的C++实现 8个s盒,16轮迭代-The algorithm of DES in C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:178666
    • 提供者:远行
  1. DES_CPP

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。-DES (Data Encryption Standard) algorit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:624289
    • 提供者:唐一峰
  1. RSA-algorithm-of-C-language

    0下载:
  2. RSA加密算法的C代码实现,过程很清晰,很好很有用天!-It is rsa algorithm of C code, the process is very clear, and it s very good and useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:17257
    • 提供者:海风
  1. SMS4-algorithm-s

    0下载:
  2. 对称加密算法SMS4算法的安全性研究,针对加密算法的安全性,阐述了这一加密算法的安全性。-The security of symmetric encryption algorithm SMS4 algorithm for the security of the encryption algorithm, described the security of the encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:271965
    • 提供者:张奇
  1. aes_sbox

    0下载:
  2. The substitution tables (S-boxes) s_box and inv_s_box are used by the expanded key schedule function key_expansion and the en- and decrypting functions cipher and inv_cipher to directly substitute a byte (element of GF(28)) by another byte of the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1928
    • 提供者:darshan
  1. aes_inv_sbox

    0下载:
  2. The inverse S-box is used in the decrypting function inv_cipher to revert the substitution carried out via the S-box. The corresponding AES-Matlab function declared in Line 1 of Listing 7 takes the Sbox (s_box) as its input and generates the in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1958
    • 提供者:darshan
  1. RSA_IN_C

    0下载:
  2. RSA算法它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest,Adi Shamir 和Leonard leman。但RSA的安全性一直未能得到理论上的证明。它经历了各种攻击,至今未被完全攻破。-RSA algorithm is the first not only for data encryption can also be used for digital signature algorithm. It s eas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3701
    • 提供者:李真
  1. 2

    0下载:
  2. ECC证书的私钥结构,对于要分析私钥证书的,值得参考-ECC certificate s private key structure for the private key certificate to be analyzed, it is worth
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:8815
    • 提供者:jjh
  1. IBE

    0下载:
  2. 基于身份的IBE加密方案,用用户的身份作为私钥-Identity-based IBE encryption scheme, the user s identity as a private key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:99647
    • 提供者:黄丽洁
  1. SingleKeyExample

    0下载:
  2. Java对称加密实例源码,解释如何利用DES私钥加密算法加解密,定义加密算法,可用 DES,DESede,Blowfish。   用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥;   用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥。 -Java electronic album to source code that you can u
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES基于简单的代替-置换网络,进行16轮迭代,完成了扩散和混合操作,形成密文;DES加密算法的处理细节:DES对64bit明文输入首先进行IP变换,分成左右各32位的分组,然后进行16轮迭代,最后经过逆IP置换,输出该分组加密后的结果;对于DES的每一轮迭代,又先后经过选择运算E、异或伦密钥、S盒混合、P置换等步骤; -DES composed and a good application to keep your files security .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4643545
    • 提供者:王锡爵
  1. des-daima

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47770
    • 提供者:yhg
  1. Decrypt_java---S-DES-Programming-S-DES-encryption

    0下载:
  2. This is the code of a simplified DES. It comes from hackchinadotcom.The code is very helpful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3489
    • 提供者:mpho
  1. MD5

    0下载:
  2. MFC编的加密器,可以对任意输入进行MD5加密!-MD5 encrypt algorithm.it s use to hash.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2399950
    • 提供者:付坤
  1. AccessEmailBox.class

    0下载:
  2. 在任意网站导出自己邮箱内的好友列表,包括网易、腾讯邮箱等-a file could export your e-mail s friends-list in anywhere
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-29
    • 文件大小:6197
    • 提供者:a791446794
  1. DesX

    0下载:
  2. 华为的一个朋友写的高效DES算法。-Huawei s a friend to write efficient DES algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:60537
    • 提供者:
  1. AES

    0下载:
  2. AES加解密的实现,非常有用,有助于密码学的学习-AES encryption ,it s very useful,I think you will like it,and then you will be much better.wh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1642
    • 提供者:焦鹏举
  1. Samdump2

    0下载:
  2. Windows 2k/NT/XP s syskey encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:62907
    • 提供者:franmenta
  1. code

    1下载:
  2. 一款給力的免殺綑綁工具,,綑綁後即免殺世界殺毒網-A to force kill free bundled tool, bundled free to kill after the world s anti-virus network
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-10-08
    • 文件大小:68608
    • 提供者:De
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 23 »
搜珍网 www.dssz.com