CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 维吉尼亚

搜索资源列表

  1. 维吉尼亚密码法

    0下载:
  2. 一个较为简单的维吉尼亚算法,供大家参考一下。-a relatively simple algorithm, Va., for your reference.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21965
    • 提供者:叶海鹏
  1. 维吉尼亚密码的C语言源代码

    0下载:
  2. 自己编的一个维吉尼亚密码的C语言源代码,在密码分析中有一定参考价值,希望大家能够从中受益。-own series of the Virginia code in a C-language source code, the code analysis of a definite reference value, we hope to benefit from them.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1025
    • 提供者:刘春静
  1. Vegenre

    0下载:
  2. 维吉尼亚加密的java版本,写得不是太好,大家一起来讨论讨论!-Virginia encrypted java version written is not good enough, we discuss a discussion!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3550
    • 提供者:刘光熠
  1. Vignear

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

    0下载:
  2. 维吉尼亚码的c语言实现。 该程是维吉尼亚码的一个简单实现。-Virginia code in C Language. The way the Code of Virginia is a simple realization.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9374
    • 提供者:doudou
  1. CipherVC++

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

    0下载:
  2. JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换 详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source code and operating procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:103457
    • 提供者:sp
  1. cipher.rar

    0下载:
  2. 使用维吉尼亚密码进行控制台编程,实现对英文文本文件的加解密!,Virginia password using the console program, to achieve the English version of the document encryption and decryption!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1518
    • 提供者:蔡吉欣
  1. vigenere

    0下载:
  2. 用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善-With C++ Achievable Virginia password source, has been DevC++ Tested, we can further improve the function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:831
    • 提供者:张谷
  1. Vigenère

    0下载:
  2. 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1945
    • 提供者:rock
  1. aaa

    1下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-06
    • 文件大小:711
    • 提供者:耿颖颖
  1. Vigenere_cipher

    0下载:
  2. 该程序用C++语言编写,可以实现维吉尼亚密码的加解密功能-Achieve password encryption and decryption functionality Virginia
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:172672
    • 提供者:黄星
  1. 1_21b

    0下载:
  2. 对采用维吉尼亚加密的密文分析密钥位数,进行解密(analyze the length of key and decrypy)
  3. 所属分类:加密解密

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:Namfon
  1. 密文暴力破解

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

    • 发布日期:2018-01-05
    • 文件大小:700416
    • 提供者:timlee
  1. 维吉尼亚

    0下载:
  2. 对维吉尼亚密码进行加密或解密的操作,输入密钥,进行加密或解密(The operation of encrypting or deciphering the Virginia code, entering the key, encrypting or deciphering)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:14336
    • 提供者:Choo
  1. 维吉尼亚加密

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

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

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

    • 发布日期:2019-04-01
    • 文件大小:4096
    • 提供者:Lilyaaa
« 12 3 4 5 6 »
搜珍网 www.dssz.com