搜索资源列表

  1. Vigenre

    0下载:
  2. 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and smal
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:930
    • 提供者:潘宣辰
  1. encrpytionsoftware

    0下载:
  2. Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows:
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8783
    • 提供者:wyxm
  1. 103244863111

    0下载:
  2. Vigenère密码小程序 没有解密的过程 仅供学习
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:张没
  1. Vigenre方阵

    0下载:
  2. Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密-A Vigenre phalanx! It can print out Vigenre phalnx pictures and use the pictures to encrpt.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:28796
    • 提供者:马愉兴
  1. Vigenre方阵

    0下载:
  2. Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密-A Vigenre phalanx! It can print out Vigenre phalnx pictures and use the pictures to encrpt.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:马愉兴
  1. Vigenre

    0下载:
  2. 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and smal
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:潘宣辰
  1. encrpytionsoftware

    0下载:
  2. Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows:
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:wyxm
  1. 103244863111

    0下载:
  2. Vigenère密码小程序 没有解密的过程 仅供学习-Applet Vigenère password decryption process is not only learning
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张没
  1. Vigenère

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:rock
  1. Vigrener

    0下载:
  2. Vigenre加密算法,在VC++环境中运行!-Vigenre encryption algorithm in VC++ environment to run!
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:ang
  1. vigenre01

    0下载:
  2. vigenre 是关于加密的java实现-vigenre java password
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:ydm
  1. vigenre

    0下载:
  2. c语言环境下维吉尼亚密码的加密和解密源代码,简单易懂- encryption and decryption of Virginia algorithm encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:jane
  1. VigenereCypher

    0下载:
  2. Vigenère解密实现,区分明文大小写,密钥重用-Vigenre password achieve, is case sensitive, key reuse
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:wen
  1. poly

    0下载:
  2. A polyalphabetic cipher is any cipher based on substitution, using multiple substitution alphabets. The Vigenère cipher is probably the best-known example of a polyalphabetic cipher, though it is a simplified special cas
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:mathi
  1. Vigenere-Key-Method

    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.Though the cipher is easy
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:mathi
  1. Encr-Vigenere

    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.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:331776
    • 提供者:Erick
  1. Vigenere-Ciphers

    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.
  3. 所属分类:CA认证

    • 发布日期:2024-05-19
    • 文件大小:169984
    • 提供者:Knecht
  1. Vigenère cipher

    0下载:
  2. cipher Encrypt by using cipher
  3. 所属分类:Modem编程

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:mohammed

源码中国 www.ymcn.org