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

搜索资源列表

  1. code

    0下载:
  2. 现行反馈移位寄存器算法.通过这个算法可以生成一些线性移位寄存器的输出序列
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:4045
    • 提供者:猪华
  1. Untitled1

    0下载:
  2. 实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。 -Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:793
    • 提供者:杨建春
  1. yiwei2

    0下载:
  2. 文件加密算法C++实现,这是文件加密算法中的移位算法实现-File encryption algorithm C++ to achieve, which is file encryption algorithm shift algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:729
    • 提供者:bluce
  1. YiweiMima

    0下载:
  2. 移位密码的简单实现!请大家给出宝贵意见。-The realization of the simple displacement of the password! Please give valuable advice.
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:572
    • 提供者:xiefeng
  1. encryption

    0下载:
  2. 线性移位寄存器的C语言实现 线性移位寄存器的C语言实现线性移位寄存器的C语言实现-encryption
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:12105
    • 提供者:pxs
  1. code

    0下载:
  2. 内涵有凯撒加密,移位加密,维吉利亚加密以及置换加密,全部都可以运行附带源码和实验报告-Connotation Caesar encryption, shift encryption, encryption and permutation encryption Virginia, all can run the report with source code and experimental
  3. 所属分类:CA program

    • 发布日期:2017-03-26
    • 文件大小:521485
    • 提供者:YY
  1. information-secrecy

    0下载:
  2. 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:谭达荣
  1. mima

    0下载:
  2. 四大古典密码 移位 放射 维吉尼亚 置换加解密源代码-four code
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:1584
    • 提供者:沈伟冬
  1. MD5

    0下载:
  2. MD5的具体实现,大致分为以下几步。补位,消息填充,移位,进入四轮循环,输出。代码有详细注释。-MD5 practical implementation, roughly divided into the following a few steps. Fill a, message filled, shift, into the fourth cycle, output. The code is detailed notes.
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:2454
    • 提供者:hello
  1. AES

    0下载:
  2. AES的基本要求是,采用对称分组密码体制。AES的加密数据块长度固定为128 比特,密钥长度则可以是128,192或256比特。AES加密有很多轮的重复和变换。大致步骤如下:1、密钥扩展(KeyExpansion)。2、初始轮(Initial Round)。3、重复轮(Rounds)。每一轮由四个不同的阶段组成,包括一个混淆和三个代换:字节代换(SubBytes)、行移位(ShiftRows)、列混淆(MixColumns)、轮密钥加(AddRoundKey)。4、最终轮(Final Round
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:4122
    • 提供者:yuelianglian
  1. Decrypt.rar

    0下载:
  2. 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
  3. 所属分类:CA program

    • 发布日期:2017-11-16
    • 文件大小:212805
    • 提供者:曾祥园
  1. MD5

    0下载:
  2. 这是根据百度百科对MD5算法的介绍和一些论文中的介绍开发的一个简单的MD5加密程序,程序的主体正确,但是在移位操作上有问题,大家下载后自己改正吧-This is based on the the Baidu Encyclopedia MD5 algorithm introduced and some paper introduced the development of a simple MD5 encryption program, the main body of the program i
  3. 所属分类:CA program

    • 发布日期:2017-11-05
    • 文件大小:1297177
    • 提供者:段好学
  1. 256_DSR_32

    0下载:
  2. 这是一个可以产生对偶移位寄存器的程序,可用于密码学相关的测试。-you can do it.
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:984
    • 提供者:chunguang
  1. AES02

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:3723
    • 提供者:alien
搜珍网 www.dssz.com