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

搜索资源列表

  1. 032223

    0下载:
  2. 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to writ
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:houny
  1. 7_Rsa

    0下载:
  2. RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption algorithm based on the integer fa
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:79.72kb
    • 提供者:fasf
  1. hmac-zy

    0下载:
  2. hmac的verilog代码, 通过控制字选择进行sha1运算或hmac运算-hmac the verilog code word through the control options or hmac sha1 Operational Operational
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:546.44kb
    • 提供者:lijialu
  1. cript

    0下载:
  2. 有几种密码系统供选择,如RSA密码.能对单个文件进行加密,并且也能对单个文件进行解密-There are several options for password systems, such as RSA password. Can encrypt individual files, and also be able to decrypt a single file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3.61mb
    • 提供者:胡小燕
  1. RSA-vb

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8.2kb
    • 提供者:凌寒
  1. tmd

    0下载:
  2. Themida/Winlicense version 1.x/2.x dumper/fixer.v2.6.0-// Themida/Winlicense version 1.x/2.x dumper/fixer by Seek n Destroy // // The scr ipt is XP only, VISTA has a different stack antidump. // // // If you don t use VM (heap & stack)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-27
    • 文件大小:194.21kb
    • 提供者:jackhao
  1. CS_Bandwidth_Monitor

    0下载:
  2. A program for monitoring bandwith usage as well as a demo of UI techniques, such as a form that will blend into your desktop so it looks like it is part of it. The stats form that will "Roll" out of the main form. It will remember where you have you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:131.14kb
    • 提供者:simale
  1. RSA

    1下载:
  2. RSA+DES混合文件加密 RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。   RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。 -Hybrid RSA+ DES File enc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:110.23kb
    • 提供者:王风
  1. Command_li22165312132011

    0下载:
  2. A simple commandline password generator written in C. Depending on what kindof characters the user wants it converts a range of decimals to ascii characters and adds them to an array, then it grabs a number of random characters from the array to gene
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.76kb
    • 提供者:Rahim
  1. RSA

    0下载:
  2. 该程序使用RSA公钥算法实现了对一个字符串的加密和解密功能。其中,采用欧几里德算法(即辗转相除法)来判断两个数是否是素数。另外,使用菜单选项来选择当前是要“加密”还是“解密”。-The program use RSA public key algorithm is presented for a string of encryption and decryption function. Among them, the Euclidean algorithm (namely division al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:217.54kb
    • 提供者:xiaoyezi
  1. vpn

    1下载:
  2. 代理VPN服务器,无数的IP可供选择,完全免费。直接登陆使用!-Proxy VPN server s IP countless options, completely free. Log in directly using!
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-03
    • 文件大小:987.82kb
    • 提供者:wuqijw
  1. options

    0下载:
  2. 压缩软件,方便快捷, 携带上传都方便-Compression software, convenient
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:949.45kb
    • 提供者:林海滨
  1. v3.0.3-Beta-^10

    0下载:
  2. 一款可以为文字进行简单的加密的软件。通过识别不同的种子,能对文字执行不同的加密方案,使得机密方式有不同的变化。加密方式:将文字转化为ASCII码,使用10^10恺撒移位得出。安全性不高,但能够有很多的不同方案,有一定的价值。-A can be a simple text encryption software. To perform different encryption schemes for different seed words by identifying such confiden
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:7.46kb
    • 提供者:王宇辰
  1. zidian

    0下载:
  2. 这是一个字典生成工具,自动根据选项进行生成,保存到文本文件中。程序简单。供初学练手。-This is a dictionary generation tool automatically generated based on the options, saved to a text file. Simple procedure. For beginners to practice hand.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-14
    • 文件大小:2.86kb
    • 提供者:name
搜珍网 www.dssz.com