搜索资源列表

  1. yiweisuanfaC

    0下载:
  2. 关于移位密码的算法,可以试试。应该正确的 -shift on the password algorithm, you can try. Should correct
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3493
    • 提供者:shi
  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. ywmm

    0下载:
  2. 一个简单的移位密码算法程序,可以实现移位加密和解密的功能,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13085
    • 提供者:王功臣
  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-11
    • 文件大小:1024
    • 提供者:唐莹
  1. 四种加密解密算法的源代码

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

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

    0下载:
  2. 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过
  3. 所属分类:加密解密

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

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

    • 发布日期:2024-06-11
    • 文件大小: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-11
    • 文件大小:2048
    • 提供者:Kary Lu
  1. kg

    0下载:
  2. 流密码算法的实现,通过用线性移位寄存器设计密钥流产生器,然后用该密钥对美国《独立宣言》这段英文进行加密-Stream cipher algorithm, by using a linear shift register key stream generator design, and then use the key on the American
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:29696
    • 提供者:sky
  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-11
    • 文件大小:4096
    • 提供者:徐凯波
  1. ywmm

    0下载:
  2. 一个简单的移位密码算法程序,可以实现移位加密和解密的功能,-A simple transposition cipher procedures, can shift realize encryption and decryption functions,
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:268288
    • 提供者:王功臣
  1. traditionalcode

    0下载:
  2. 古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use t
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:baichi123
  1. test

    0下载:
  2. 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve t
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:31744
    • 提供者:何何
  1. cryptologycoding

    0下载:
  2. 一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, repl
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:1113088
    • 提供者:zk
  1. password

    0下载:
  2. 周期5的16-置换移位密码算法,通过C语言实现,对指定的明文文档进行加密,输出-Cycle 5, 16- replacement shift cipher algorithm, by C language, the document specified the plaintext is encrypted, the output
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:zbs
  1. code

    0下载:
  2. exe01_01 : 移位密码算法实现程序,实现加密和解密操作 exe01_02 : 穷举密钥攻击移位密码 exe01_03 : 置换密码的加解密实现程序,实现加密和解密操作 -exe01_01: password algorithm shift procedures, encryption and decryption operations to achieve exe01_02: exhaustive key attac
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:2606080
    • 提供者:陆圻明
  1. positionTrans

    0下载:
  2. 移位密码算法的加密函数,在密码学中是一种比较基本的加密算法,我们通过这个程序来看一下(The encryption of the position_trans solution)
  3. 所属分类:加密解密

    • 发布日期:2024-06-11
    • 文件大小:2417664
    • 提供者:haplaw
  1. 一、移位密码算法的加密和解密

    0下载:
  2. 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入1or2选择加密或解密(The encryption and decryption of the transposition cipher algorithm are realized. In the same program, the encryption and decryption program is encrypted or decrypted by the
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:1764352
    • 提供者:fwssnbb1
« 12 3 »

源码中国 www.ymcn.org