搜索资源列表

  1. fangshe

    1下载:
  2. 仿射加解密算法 比较简单-affine encryption algorithm is relatively simple
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:847
    • 提供者:kkct
  1. cryptology

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

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

    1下载:
  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. fangshemimajiami

    0下载:
  2. 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/
  3. 所属分类:网络编程

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

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

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

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

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

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

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:发就
  1. sizhongjiamijiemi

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

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:刘武器
  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. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:Kary Lu
  1. codesystemunderjava

    0下载:
  2. 本设计基本上能够实现了课题的要求,能够实现对恺撒的密文进行很顺利的解密,不会对密文存在太多的要求和限制。唯一不足的地方是在代入法上还不够稳定。-this design is basically a task to achieve the requirements to achieve the right Caesar secret text of a declassified very smoothly, ciphertext not
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-10
    • 文件大小:4434944
    • 提供者:陈守勇
  1. fangshemimajiami

    0下载:
  2. 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/-This is on the use of extended Euclidean algorithm for multiplicative inverse affine password and then use the encryption and decryption of the two algorithms /
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:肖俊琴
  1. gudianmima

    1下载:
  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 (mo
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:徐凯波
  1. fangshe

    0下载:
  2. 图像置乱中的仿射变换,优点是加密和解密的不需要周期迭代,图像置乱效果好-it is good for image scrambling becaus of low compute complexity
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:kongbing
  1. fangsemima

    0下载:
  2. 仿射密码体制加解密,较移位代换等加解密体制,更加优越。-Affine cipher encryption and decryption, a shift substitution and encryption and decryption system, more superior.
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:628736
    • 提供者:林海鹏
  1. 仿射加密

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

    • 发布日期:2024-06-10
    • 文件大小:46080
    • 提供者:Choo
  1. encoding

    0下载:
  2. 常见古典密码加解密:栅栏密码、仿射密码、摩斯密码、base64(Common classical password encryption and decryption: fence password, affine password, morse password, base64)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:24576
    • 提供者:xiaoxiaoguai
  1. 仿射密码加密,解密

    0下载:
  2. C++实现仿射密码加密解密以及仿射密码的爆破(C++ implementation of affine cipher encryption and decryption)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:fhnfhnfhn
  1. csy

    0下载:
  2. 利用仿射密码对明文进行加密,再将密文进行解密。(The plaintext is encrypted, and the ciphertext is decrypted.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:心素如简11
  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 decryptio
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:3726336
    • 提供者:冯泽涛
« 12 3 4 »

源码中国 www.ymcn.org