CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vigenere

搜索资源列表

  1. Cryptography

    0下载:
  2. 用VC++做的一个加密解密算法,包括凯萨密码、Vigenere密码、playfair密码和置换密码,加密和解密都完全实现了
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39876
    • 提供者:yinguoyun
  1. securitycode

    0下载:
  2. hill playfair vigenere 密码加密算法 (C++实现)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22665
    • 提供者:cpuno1111
  1. classiccode

    0下载:
  2. Caesar体制,Vigenere体制用C++实现加密、解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1808
    • 提供者:周丁珊
  1. Vigenere

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

    • 发布日期:2008-10-13
    • 文件大小:9705
    • 提供者:刘枫
  1. encrypt

    0下载:
  2. Encrypts/Decrypts a piece of text using vigenere algorithm.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:60217
    • 提供者:Bruce
  1. Vigenere

    0下载:
  2. 加密系统使用维吉尼亚密码系统MATLAB界面编程,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6018
    • 提供者:zhang g l
  1. dvigenere-cracker-0.1

    0下载:
  2. 简单的vigenere解密及其解密功能实现代码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19372
    • 提供者:yinyuantao
  1. 传统密码Vigenere

    0下载:
  2. 好用好洗和它的名字一样!-handy good washing and it names !
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:9380
    • 提供者:建宁
  1. 算法

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

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:god
  1. 维吉利亚

    0下载:
  2. VIGENERE是法国的密码专家,以他明命名的密码是一种典型的多表密码!他的加密脱密可以通过文明维吉利亚方阵解决!-VIGENERE French cryptologist, with his name out the password is a typical multi-table password! From his secret encryption can solve civilization faces phalanx!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2199
    • 提供者:李军
  1. vigenere_square

    0下载:
  2. This program encodes and decodes a character using the Vigenere Square method
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:梁家豪
  1. 破解vigenere密码课本P15---2.3.3所用的算法

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2008-12-04
    • 文件大小:183232
    • 提供者:emmilion
  1. Modern-cryptography-

    0下载:
  2. 1、Vigenere的编程实现 使用C语言设计实现古典密码体制中的Vigenere密码,并加/解密一个文件 2、Column permutation 密码的编程实现 编程(建议使用C语言)实现古典密码体制中的Column permutation密码,并加/解密一个字符串或文件 3、DES的编程实现 使用C语言设计实现DES密码,并加/解密一个文件 -1, Vigenere of programming using C language design and impleme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6327
    • 提供者:萧瑜
  1. VigenereEncrypt.cpp

    0下载:
  2. Vigenere密码单表代换加密如明文为:wearediscoveredsaveyourself 密钥流为:ddeferfrfdwfefeggasdwfeffrg 密文流为:asfhjkhfkjerhfkjbjkfbdjkfgjk 即Ci=(Ki+Pi) 26 pi=(Ci-Ki) 26 要求实现加密和解密,C或C++描述源程序。 -Vigenere encrypted password alone, such as clear as the table Substitution
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:513
    • 提供者:小杨
  1. Vigenerecypher

    0下载:
  2. 用C#实现Vigenere cypher算法,用Visual 2005运行-With C# Achieve Vigenere cypher algorithms, using Visual 2005 run
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:17276
    • 提供者:gloria
  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. vigenere

    0下载:
  2. 关于Vgenere加密方法的实现,已经可以成功运行的,基于密码加密技术的在VC++上可以运行-With regard to the realization of Vgenere encryption methods have been able to successfully run, password-based encryption technology in VC++ Can run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1066
    • 提供者:张薇
  1. 55715-55715

    0下载:
  2. This a little program that introduces the Vigenere encrypting. Please download this program, and try it, and then leave comments :) p.s.: Firstly, I m new to c++ so maybe it s not the best code(but it s working :) ). Secondly: Yes, I know,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3480
    • 提供者:設計師
  1. vigenere

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

    • 发布日期:2017-04-02
    • 文件大小:1998
    • 提供者:linjia
  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 the command. Can be randomly ge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2087
    • 提供者:baichi123
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com