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

搜索资源列表

  1. cryptology

    0下载:
  2. 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography system and DES system and its
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10859
    • 提供者:李栋
  1. sizhongjiamijiemi

    0下载:
  2. 移位密码,仿射密码,维吉利亚密码,置换密码 四种C加密解密算法-shift password, affine password Weijilie password, password replacement of four C encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4045
    • 提供者:刘武器
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1859
    • 提供者:Kary Lu
  1. gudianmima

    0下载:
  2. 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3852
    • 提供者:徐凯波
  1. pcked

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1645
    • 提供者:唐莹
  1. 四种加密解密算法的源代码

    1下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:发就
  1. CipherAndDecipher

    0下载:
  2. 用C语言实现仿射密码的加密和仿射密码的解密。-Implemented in C affine affine encryption and decryption password.
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:2059313
    • 提供者:张刘飘
  1. fangshe

    0下载:
  2. 仿射密码加密和解密源代码,C语言实现,VC++6.0编译通过-fang she mi ma
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:648
    • 提供者:xlzhan
  1. Classical_cryptography_research

    0下载:
  2. 古典密码体制研究: 包括希尔密码、维吉尼亚密码、仿射密码、置换和维吉尼亚结合密码体制,对超过10k大小的文本进行加密和解密。-Classical cryptography research: including Hill passwords, Virginia password, affine password, password replacement and Virginia combined system, the size of more than 10k text encrypti
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:40648
    • 提供者:张梦
  1. mAffineCipher

    0下载:
  2. 古典密码中的仿射密码的加密和解密用C语言来实现。-Classical affine password encryption and decryption using C language to achieve.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:392653
    • 提供者:张刘飘
  1. fangshemima

    0下载:
  2. 仿射密码的实现,并可以完成简单的加密解密功能-The realization of affine password, and can complete simple encryption and decryption functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:893
    • 提供者:李强
  1. Affine

    0下载:
  2. 本程序是仿射密码的加密与解密,用C语言编写的,谢谢参考!-Affine password encryption and decryption。by C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:684
    • 提供者:夏雄飞
  1. Affine

    0下载:
  2. 本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题-This procedure is affine password encryption and decryption, written in C, tested no problem
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:32750
    • 提供者:夏雄飞
  1. Affinepasswordchange

    0下载:
  2. 古典密码学——仿射密码变换,通过仿射密码算法实现明文的加密与密文的解密-Affine password change
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1346010
    • 提供者:冯伟桓
  1. Classical-cryptography

    0下载:
  2. 一个古典加密系统,可实现仿射密码,PlayFair密码,Hill密码和Vigener密码加解密-A classical encryption system, affine password, the PlayFair password, Hill passwords and Vigener password encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:10716
    • 提供者:lqqshadow
  1. 4-ERA

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-Four kinds of encryption and decryption algorithm source code: transposition cipher, affine password, password and password replacement Virginia.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1559
    • 提供者:li
  1. EkDk

    0下载:
  2. 这是一个仿射密码程序,输入的字母会被加密后输出对应的ASCII,同时,它可以把解密后的ASCII输出-This procedure is an affine password, enter the letters will be encrypted output corresponding ASCII, at the same time, it can be decrypted ASCII output
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:714
    • 提供者:朱垚
  1. AssinePassword

    0下载:
  2. 利用C语言实现的仿射密码加密解密的源码,是信息安全中的算法之一-Use C language affine password encryption and decryption of the source, it is one of Information Security Algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:635
    • 提供者:静波
  1. 仿射加密

    0下载:
  2. 对仿射密码进行加密和解密,有选择加密或解密的操作(The operation of encrypting and deciphering affine passwords with an option to encrypt or decrypt)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:46080
    • 提供者:Choo
  1. mima

    0下载:
  2. vcMFC编程程序,具体功能:移位i加密,仿射变换,s盒。可以学习MFC编程组件以及加密解密思想。(VcMFC programming program, the specific functions: shift I encryption, affine transformation, s box. You can learn MFC programming components and encryption and decryption ideas.)
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:3726336
    • 提供者:冯泽涛
搜珍网 www.dssz.com