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

搜索资源列表

  1. Vigenere加密算法

    0下载:
  2. 自己写的一个Vigenere加密算法.不用多说了吧,值得收藏,特别是对于初学者.-I have written a Vigenere encryption program by myself.Out of question,it is worth to be collection especially by the beginner.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:27280
    • 提供者:晓逻
  1. Vigenere实验

    0下载:
  2. Vigenere实验-Vigenere
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14254
    • 提供者:悠女
  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
    • 文件大小:146545
    • 提供者:FangJi
  1. Vigenere

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

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

    0下载:
  2. Vigenere加密解密
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:804
    • 提供者:heymm
  1. vigenere

    0下载:
  2. 经典vigenere加密算法,对后来复杂的加密算法起着极为重要的作用。
  3. 所属分类:加密解密

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

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

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

    0下载:
  2. 用VB实现的vigenere算法加密与解密代码,非常简单
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6191
    • 提供者:kelei
  1. 破解Vigenere密码

    2下载:
  2. 破解Vigenere密码-Vigenere crack passwords
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1895
    • 提供者:文桂英
  1. Vigenere的编程实现

    0下载:
  2. 基于VC++的Vigenere密码加解密程序源码,可实现对于一段明文的加密以及对给出Key后密文的解密
  3. 所属分类:加密解密

    • 发布日期:2009-06-02
    • 文件大小:2877
    • 提供者:leodavid
  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
    • 文件大小:4351424
    • 提供者:小余
  1. Vigenere

    1下载:
  2. 现代密码学 MATLAB 维吉尼亚 加密方法 古典密码体制 经典加密算法-Modern Cryptography encryption method MATLAB Virginia classic classical cryptosystem encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:880
    • 提供者:罗晓华
  1. Vigenere

    0下载:
  2. vigenere 加密算法以及解密算法,效率很高-vigenere encryption algorithm and decryption algorithm, efficient
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:681
    • 提供者:李峰
  1. 2004092221274614023

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

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

    0下载:
  2. Vigenere加密解密实现明文密文之间转换-Vigenere encryption and decryption to achieve explicit conversion between the ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:54497
    • 提供者:1121121
  1. vigenere

    0下载:
  2. 网络信息安全 密码学中vigenere的实现-Network information security and cryptography implementation of the Medium vigenere
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1247
    • 提供者:刘发
  1. Vigenere

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

    • 发布日期:2017-04-08
    • 文件大小:1128
    • 提供者: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
    • 文件大小:178561
    • 提供者:吕婉琪
  1. vigenere

    0下载:
  2. vigenere加密和解密,剩下的你懂的,很好用-vigenere encryption and decryption, and the rest of you understand, easy to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:576526
    • 提供者:lihongbo
  1. vigenere

    0下载:
  2. This source code to create a vigenere cipher text and decript de text, also it has the kasiski method-This is source code to create a vigenere cipher text and decript de text, also it has the kasiski method
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:1192
    • 提供者:juan
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com