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

搜索资源列表

  1. vigenere

    0下载:
  2. Vigenere 体制 本程序使用dev c++开发实现,希望对大家有用.-Vigenere institutional procedures for the use of the dev c achieve development, we hope that the right useful.
  3. 所属分类:加密解密

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

    1下载:
  2. 这是一个用C++编写的Vigenere加密解密演示系统。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:40.61kb
    • 提供者:李婧婧
  1. Vigenere

    0下载:
  2. 用c++实现的对Vigenere密码的解密程序-achieve with the right Vigenere password decryption process
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:师磊
  1. Cryptology

    0下载:
  2. 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.15mb
    • 提供者:小余
  1. 2004092221274614023

    0下载:
  2. 卡撒密码,用c++实现的对Vigenere密码的解密程序 -Kasa passwords, using c Vigenere achieve the right password decryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-01
    • 文件大小:11.18kb
    • 提供者:许雷
  1. vigenere

    0下载:
  2. 粗程序用c语言实现了维吉尼亚密码的加密算法-Procedures used coarse language to achieve the Virginia c password encryption algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:956byte
    • 提供者:Ian
  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
    • 文件大小:831byte
    • 提供者:张谷
  1. Vigenere

    0下载:
  2. C语言 Vigenere 加密,解密的实现。-C language Vigenere encryption, decryption of the implementation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:1.1kb
    • 提供者:huang20
  1. vigenere

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

    • 发布日期:2017-04-02
    • 文件大小:1.95kb
    • 提供者:linjia
  1. Vigenere

    0下载:
  2. 这是一个Vigenere密码系统,包括加密以及解密,程序简便,易懂 ,适合C类初学者使用-This is a password Vigenere system, including encryption and decryption, the procedure is simple and easy for beginners to use Class C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:174.38kb
    • 提供者:吕婉琪
  1. Vigenere

    0下载:
  2. Vigenere encryption c-Vigenere encryption c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:627byte
    • 提供者:liss
  1. vvvvvvv

    0下载:
  2. 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:196.79kb
    • 提供者:艾萌
  1. Vigenere

    0下载:
  2. 弗吉尼亚加密和解密,C语言实现,VC++6.0编译通过,密钥和明文密文手动输入-Vigenere
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:900byte
    • 提供者:xlzhan
  1. vigenere

    0下载:
  2. 用维吉尼亚密码实现对键盘输入放入明文进行加密(C语言编写)-Encryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.65kb
    • 提供者:阿滚
  1. vigenere

    0下载:
  2. 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
  3. 所属分类:加密解密

    • 发布日期:2017-04-01
    • 文件大小:1.63kb
    • 提供者:小杨
  1. Vigenere

    0下载:
  2. c语言写的一个加密算法,有关于维吉尼亚密码的详细资料和加密解密代码。-c language to write an encryption algorithm, the password on the details of Virginia and the encryption and decryption code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:62.07kb
    • 提供者:
  1. Vigenere

    0下载:
  2. 密码学中Vigenere密码的加解密过程,用C语言实现-Vigenere Cryptography password encryption and decryption process, using C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:145.44kb
    • 提供者:易盼
  1. Vigenere

    0下载:
  2. Vegenere加密解密算法C++实现,课程的一部分,希望对大家有帮助。-algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.05mb
    • 提供者:许多
  1. Vigienere cipher c#

    0下载:
  2. The Vigenère cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the letters of a keyword. It is a simple form of polyalphabetic substitution. The Vigenère (French pronunciation: ​[viʒnɛːʁ]) cipher
  3. 所属分类:C#编程

    • 发布日期:2016-10-20
    • 文件大小:869byte
    • 提供者:lacasombra
  1. 古典密码的C语言实例

    0下载:
  2. 经典古典密码的实现,包含了加法密码,乘法密码,Vigenere体制密码等等(The realization of classical cryptography)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:9kb
    • 提供者:thevos
« 12 3 »
搜珍网 www.dssz.com