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++实现的维吉尼亚密码源程序,已经在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. 这是一个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. 计一个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. vigenere

    0下载:
  2. vigener encription in c-vigener encription in c++
  3. 所属分类:CA program

    • 发布日期:2017-04-23
    • 文件大小:141.54kb
    • 提供者:sanam
  1. vigenere

    0下载:
  2. C语言实现DES加解密过程,多函数操作,会有加密和解密两个选项-The C language realization of DES encryption and decryption process
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:901byte
    • 提供者:陈天遥
  1. vigenere

    0下载:
  2. vigenere的加解密源代码,c语言编写-vigenere encryption and decryption source code, c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:882byte
    • 提供者:bob
  1. Vigenere

    0下载:
  2. 主要实现了列变换加密的功能,调试软件是microsoft visual c++ 6.0,将keyword反复的写在明文上方,通过明文与keyword的对应组合到给定的表中查找相应的字母,就可以得到密文。-The main achievement of the the column transform encryption function, debugging software is Microsoft the visual c++ 6.0, write the keyword repeated
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:842byte
    • 提供者:皮晓磊
  1. vigenere

    0下载:
  2. 通过C语言实现了维基利亚加解密算法,算法依据是在使用语言过程中每个字母的出现频率不变。-Through C language 维基利亚加 decryption algorithm, the algorithm is based on the language in the course of using the frequency of occurrence of each letter unchanged.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:565.09kb
    • 提供者:尚钊
« 12 »
搜珍网 www.dssz.com