搜索资源列表

  1. Vignear

    0下载:
  2. 维吉尼亚密码的破译。用VC++作为工具,编程最终实现了维吉尼亚密码分析,即在输入界面中输入用维吉尼亚加密的密文,便可以得到相应的密钥长度,具体密钥,以及解密后的明文。-Virginia decipher passwords. VC + + as a tool to achieve the ultimate programming code of Virginia, that is the input interface with inp
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30240
    • 提供者:赖晖
  1. simpledes

    0下载:
  2. 压缩包中有古典密码学中放射密码和维吉尼亚密码以及 DES加密解密,并观察DES密码体制的性质。-compressed with classical cryptography radiotherapy passwords and Virginia passwords and DES encryption and decryption. DES and observation system in nature.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:26408
    • 提供者:周崇青
  1. virgineacode

    0下载:
  2. 维吉尼亚密码的C语言源代码,比较费时间啊,多多指正-Virginia passwords C language source code, more time-ah, give more correction
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3070
    • 提供者:qgfhit
  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. CipherVC++

    0下载:
  2. 本实例利用VisualC++6.0来实现了一个古典密码加密程序,包括凯撒密码,维吉尼亚密码和列换位法三种-example of the use of VisualC 6.0 to achieve a classical password encryption procedures, Caesar including passwords, and passwords out of Virginia law three transposit
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29557
    • 提供者:oliver
  1. gdsf

    0下载:
  2. JAVA实现的基本用户界面的,仿射密码,置换密码,维吉尼亚密码的实现-JAVA the basic user interface, affine password, password replacement, the realization of Virginia Password
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2514
    • 提供者:sp
  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 (mo
  3. 所属分类:加密解密

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

    0下载:
  2. 维吉尼亚密码算法,用维吉尼亚实现数据的加密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9705
    • 提供者:刘枫
  1. 信息论实验

    0下载:
  2. 这是我做的信息论的3实验程序 (1、l-d编码 2、哈夫曼编码 3、维吉尼亚密码)-This my information, so the three experiments (1, l-d code 2, 3 Huffman coding, Virginia password)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2264
    • 提供者:来盛骞
  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-05-19
    • 文件大小:2048
    • 提供者:Kary Lu
  1. gdsf

    0下载:
  2. JAVA实现的基本用户界面的,仿射密码,置换密码,维吉尼亚密码的实现-JAVA the basic user interface, affine password, password replacement, the realization of Virginia Password
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:sp
  1. Vigenere

    0下载:
  2. 维吉尼亚密码算法,用维吉尼亚实现数据的加密-Virginia cryptographic algorithms, using data encryption Virginia
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:141312
    • 提供者:刘枫
  1. Vigenere

    0下载:
  2. 加密系统使用维吉尼亚密码系统MATLAB界面编程,-Virginia password encryption system using MATLAB interface system programming,
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:zhang g l
  1. vigenere

    0下载:
  2. 密码学中 维吉尼亚算法的 c语言实现 调试无误-Virginia cryptography algorithm implementation c language
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:linjia
  1. PermutationOS

    0下载:
  2. 对信息进行加密解密操作 设计换位密码 单表代替密码 维吉尼亚密码-Encryption and decryption of information designed to operate a single table instead of transposition password password password Virginia
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Brian
  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-05-19
    • 文件大小:1113088
    • 提供者:zk
  1. 密文暴力破解

    1下载:
  2. 维吉尼亚密文的暴力破解,用的是字母频度分析。(The brute force of Virginia cipher is analyzed by the frequency of letters.)
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:700416
    • 提供者:timlee
  1. 15281160_实验1_古典密码学实验

    0下载:
  2. 实验代码,多种古典密码验证程序,维吉尼亚算法等等(Experimental code, a variety of classical password validator)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1639424
    • 提供者:啦啦啦1314
  1. 维吉尼亚加密

    0下载:
  2. 维吉尼亚加密源代码,是由法国密码学家提出的,是多表代换典型代表。(vigenere encryption)
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:卿雪
  1. 信息安全

    2下载:
  2. 维吉尼亚加密解密, 这是信息安全里面的重要内容,用Java写的。(Virginia encryption and decryption, which is an important part of information security, written in Java.)
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:Lilyaaa
« 1 23 4 5 6 »

源码中国 www.ymcn.org