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

搜索资源列表

  1. n栏栅解密算法

    0下载:
  2. 此小程序为N栏栅解密算法的一种,对某一N值加密过的密文进行解密,此时只要确定N值即可解密。作者:万艳良 单位:武汉理工大学-the procedure is one of n bit palisade decrypt arithmetic,if decrypting the file which has been encrypted with N that one of the number,at this time ,if you know the N value ,you can
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.43kb
    • 提供者:万艳良
  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. ofdm-tge

    0下载:
  2. OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:5.86mb
    • 提供者:卞敏捷
  1. nton

    0下载:
  2. n-bit对n-bit的Block Substitution Cipher -n-bit to n-bit of the Block Substitution Cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1.52kb
    • 提供者:王玟镔
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:16.12kb
    • 提供者:zouna
  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
    • 文件大小:260.52kb
    • 提供者:李阳
  1. RSA

    0下载:
  2. 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:43.85kb
    • 提供者:semmir
  1. security_key

    0下载:
  2. C++产生密钥,并用VB调用,可以产生n位加密码,并可以顺利解码,包括中文-Produce key C++, and VB call can produce n-bit encryption code, and can be successfully decoded, including Chinese
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:703.95kb
    • 提供者:szl
  1. BM

    0下载:
  2. BM算法,基于一定连续N比特二进制数据的一种简单的后缀蛮力匹配算法-BM algorithm, based on a successive N-bit binary data in a simple brute force suffix matching algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:634.54kb
    • 提供者:lyl
  1. DES

    0下载:
  2. DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8为作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 轮循环,使用异或,置换,代换,移位操作四种基本运算。-DES uses a 56 bit key and an additional 8 bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3.29kb
    • 提供者:Line
  1. gpio-bcm-kona

    0下载:
  2. The n-th bit in the bitfield describes the state of the n-th GPIO the gpios-array defined in gpio_regulator_config below. -The n-th bit in the bitfield describes the state of the n-th GPIO the gpios-array defined in gpio_regulator_config below.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:tunyuixon
  1. strcop_defs_asm

    0下载:
  2. Avionic Design N-bit GPIO expander bindings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:bbgecao
  1. hweight

    0下载:
  2. hweightN - returns the hamming weight of a N-bit word.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:邢苏
  1. hweight

    0下载:
  2. hweightN - returns the hamming weight of a N-bit word.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:ppvmph
  1. katajainen

    0下载:
  2. Outputs minimum-redundancy length-limited code bitlengths for symbols with the given counts. The bitlengths are limited by maxbits. The output is tailored for DEFLATE: symbols that never occur, get a bit length of 0, and if only a single sym
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.79kb
    • 提供者:songbzlie
  1. xa_tgsi

    0下载:
  2. Determines if V(N,K) fits in a 32-bit unsigned integer. N and K are themselves limited to 15 bits.
  3. 所属分类:Linux-Unix program

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