搜索资源列表

  1. affine

    0下载:
  2. MFC下实现的仿射密码算法,输入密钥和明文,输出密文。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28403
    • 提供者:班沙克
  1. fangshe

    0下载:
  2. 自己写的,仿射密码算法程序,可以运行的,希望大家使用看看。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1354
    • 提供者:李发动
  1. fangsemima

    0下载:
  2. 古典密码中的仿射密码,适合学生课程作业之用
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28564
    • 提供者:lixiafeng
  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. 四种加密解密算法的源代码

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

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

    0下载:
  2. 所属分类:密码/编码算法

    • 发布日期:2012-04-24
    • 文件大小:39285
    • 提供者:lwvip567
  1. cryptology

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

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:李栋
  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-05-18
    • 文件大小:4434944
    • 提供者:陈守勇
  1. fangshemima

    0下载:
  2. 用c++实现仿射密码,我是在DevC++中跑的,应该在VisualC++中也行-With c++ Achieve affine password, I was DevC++ In running, it should be in VisualC++ Also line
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张谷
  1. AffineCipher

    0下载:
  2. AffineCipher仿射密码实现程序 包含下列文件 彷射密码-SourceCode.doc 仿射密码模拟系统.exe -Affine AffineCipher password contains the following documents to achieve affine affine password password-SourceCode.doc simulation system. Exe
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:392192
    • 提供者:wj
  1. vbFangXiemimaxitiong

    0下载:
  2. 仿射密码是一种替换密码。它是一个字母对一个字母的。 它的加密函数是<math>e(x)=ax+b\pmod</math>,其中 <math>a</math>和<math>m</math>互质。 <math>m</math>是字母的数目。 译码函数是<math>d(x)=a^(x-b)\pmod</ma
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:kt
  1. fangshe

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:xlzhan
  1. fangshemima

    0下载:
  2. 仿射密码的C语言实现 仿射密码的C语言实现-Affine Cipher C-language implementation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:117760
    • 提供者:周一鸣
  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
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:40960
    • 提供者:张梦
  1. fs

    0下载:
  2. 仿射密码!c=k1*a+k2 mod 26-The affine password!aaaaaaaaaaaaaaaaa
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:key
  1. Affine-cryptography-password

    1下载:
  2. 密码学的仿射密码 很基本却是基础的密码学原理-Affine cryptography password
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:156672
    • 提供者:d
  1. CipherAndDecipher

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

    • 发布日期:2024-05-18
    • 文件大小:2059264
    • 提供者:张刘飘
  1. mAffineCipher

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

    • 发布日期:2024-05-18
    • 文件大小:392192
    • 提供者:张刘飘
  1. fangshemima

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李强
  1. Affine_Cipher-mfc

    0下载:
  2. 仿射密码加解密算法,有MFC界面,密码学实验作业-AFFINE CIPHER
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1926144
    • 提供者:vivi
« 1 23 4 »

源码中国 www.ymcn.org