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

搜索资源列表

  1. Vigenere加密器(TC版)

    0下载:
  2. 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:16.89kb
    • 提供者:
  1. vigenere加密解密

    1下载:
  2. 这个源码是实现VIGENERE算法的加密解密程序,界面操作简单,一看就明白,就不用介绍了.-this source is VIGENERE the encryption and decryption algorithms procedure, the interface is simple, a person would understand, I have not introduced.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21.86kb
    • 提供者:dai
  1. CipherSystem

    0下载:
  2. 关于网络信息密码学的加密和解密算法,包括DES,LFSR,CAESER,IDEA,RC4,KEYWORD,VIGENERE,PLAYFAIR-information on the network cryptography encryption and decryption algorithms including DES, LFSR, CAESER. IDEA, RC4, somewhat, VIGENERE, PLAYFAIR
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:564.94kb
    • 提供者:王福财
  1. vigenere

    0下载:
  2. 密码学的又一古典算法:维吉利亚算法.欢迎喜欢密码学的同学和我交流,谢谢,多多指教,我刚学.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.92kb
    • 提供者:伍友良
  1. Vigenerecypher

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

    • 发布日期:2017-04-03
    • 文件大小:16.87kb
    • 提供者:gloria
  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语言实现 调试无误-Virginia cryptography algorithm implementation c language
  3. 所属分类:Windows Develop

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

    0下载:
  2. 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:31kb
    • 提供者:何何
  1. vigenere

    0下载:
  2. 维吉尼亚密码加密解密算法:使用维吉尼亚算法进行加解密。快捷、方便。-Password encryption and decryption algorithms Virginia: Virginia algorithm using encryption. Fast and convenient.
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-23
    • 文件大小:1kb
    • 提供者:w
  1. vVVigenerei

    0下载:
  2. vigenere 加密算法和和解密算法,效率很高 -vigenere encryption algorithm and decryption algorithm, very efficient
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:744byte
    • 提供者:jx
  1. UVigenerecyphs

    0下载:
  2. 用CSHARP实现Vigenere cypher算法法,用Visual 2005运行,已通过测试。 -CSHARP achieve Vigenere cypher algorithm method with Visual 2005 run, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:16.91kb
    • 提供者:yejinwei
  1. VigenereCode

    0下载:
  2. 演示vigenere密码算法,给出密码表,输入明文得到密文,方便作业、演示、学习-Demo vigenere cryptographic algorithm, given the password table, enter the plaintext ciphertext, convenient operation, demos, learning
  3. 所属分类:Other windows programs

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

    2下载:
  2. 要求实现Vigenere密码算法。 明文从文本文件中提取,密文存入文件。 编码采用ASCII码,模运算以256取模,密码采用单词方式(如"computer")。-Required to achieve Vigenere cipher algorithm. Expressly extracted from the text file into a file ciphertext. Encoded using ASCII code, modular arithmetic modulo 256
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:148.84kb
    • 提供者:朱楠
  1. vigenere

    0下载:
  2. vigenere算法,对一段明文进行加密,明文存入文本中,密钥自己输入,且密钥是字符形式,计算机安全与保密作业,C语言-Vigenere algorithm, a plaintext is encrypted, the plaintext into text, key input, and the key is the character form, computer security and security operations, C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:548byte
    • 提供者:陈洁
  1. vigenere

    0下载:
  2. 维吉尼亚算法(VS2010) 该工具根据明文自动算出密文,反之亦可-Vigenere algorithm(VS2010)
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:89.58kb
    • 提供者:you
  1. iant956

    0下载:
  2. 这个源码是实现VIGENERE算法的加密解密程序,界面操作简单,一看就明白-This source code is to achieve VIGENERE algorithm encryption decryption process, simple operation interface, a see will understand
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-21
    • 文件大小:19kb
    • 提供者:Mjyeline
  1. work2 Vigenere cipher

    3下载:
  2. 维吉尼亚密码算法加密解密用matlab实现,有注释版(Virginia cipher encryption and decryption)
  3. 所属分类:其他

    • 发布日期:2019-11-07
    • 文件大小:29kb
    • 提供者:judian
搜珍网 www.dssz.com