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

搜索资源列表

  1. Vigenere

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

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

    0下载:
  2. vigenere密码算法,实现对一段文字的加密与解密工程。-vigenere cryptographic algorithms, to achieve a text encryption and decryption works.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:373897
    • 提供者:王磊
  1. vigenere

    0下载:
  2. vigenere对文本文档进行加密,实现了对于文本文档的加解密。-vigenere text document is encrypted, to achieve the text of the document encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1276
    • 提供者:yaya
  1. VigenereCode

    0下载:
  2. 这是个信息安全的一个作业,\Vigenere加密解密,主函数Client.java-This is an information security operations, Vigenere encryption and decryption, the main function Client.java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:13523
    • 提供者:jack
  1. Vigenere

    0下载:
  2. Vigenere cipher java language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1133
    • 提供者:idunk
  1. Vigenere

    0下载:
  2. 传统加密技术对于当今的网络安全发挥不了大作用,但这些是密码学的基础,是密码学的历史。Vigenere密码就是一种传统加密技术,它是多表代换密码,能够有效改进单表代换密码的词频分布特征问题。-Traditional encryption technology is no big role to play for today s network security, but these are the basis of cryptography is the history of cryptograp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:255930
    • 提供者:joe
  1. vigenere

    0下载:
  2. vigenere算法,实现巧妙,高效,经典。-vigenere algorithm, clever, efficient, classic.
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:163089
    • 提供者:罗风
  1. vigenere

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

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

    0下载:
  2. Vigenere encriptation source code
  3. 所属分类:Windows Develop

  1. Vigenere

    0下载:
  2. GUI application, which demonstrates working of Vigenere cipher.
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:1324701
    • 提供者:GR4VE
  1. VIGENERE

    0下载:
  2. 支持明文文件读入和密文文件输出的VIGENERE算法。-Plaintext and ciphertext file read file output VIGENERE algorithms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:957091
    • 提供者:张滢
  1. Vigenere cipher

    0下载:
  2. source code for vigenere cipher in c
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. Vigenere

    0下载:
  2. 利用维吉尼亚加密的方式,给出任意密钥,可以对给出的任意明文加密-the encryption of Vigenere
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:6544
    • 提供者:姝睿
  1. vigenere

    0下载:
  2. vigenere source code using C-C-vigenere source code using C-C++
  3. 所属分类:CA认证

    • 发布日期:2017-04-11
    • 文件大小:579
    • 提供者:ramafarfoufa
  1. Vigenere-Cipher

    0下载:
  2. 维吉尼亚密码,可以对文件进行加解密,使用C语言编译-Vigenere Cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:187173
    • 提供者:duan
  1. vigenere

    0下载:
  2. 此代码是利用Vigenere算法来计算密文的统计平率周期,也就是密钥长度。希望可以给大家带去帮助,也希望和大家共同学习。-This code is the use of Vigenere cipher algorithm to calculate the statistical flat rate cycle, which is the key length. I hope everyone can bring help, hope and learning together.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3993028
    • 提供者:周伟
  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
    • 文件大小:152415
    • 提供者:朱楠
  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
    • 文件大小:548
    • 提供者:陈洁
  1. Vigenere

    0下载:
  2. Programa de codificación de Vigenere modificado
  3. 所属分类:Network Security

    • 发布日期:2017-05-16
    • 文件大小:3763337
    • 提供者:sofy
  1. vigenere

    0下载:
  2. vigenere的加密解密c实现,输入密钥之后根据输入的明文可进行加密,根据输入的密文可以进行解密-vigenere achieve encryption and decryption by c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:844
    • 提供者:Diana
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com