CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 维吉尼亚解密

搜索资源列表

  1. Vignear

    1下载:
  2. 维吉尼亚密码的破译。用VC++作为工具,编程最终实现了维吉尼亚密码分析,即在输入界面中输入用维吉尼亚加密的密文,便可以得到相应的密钥长度,具体密钥,以及解密后的明文。-Virginia decipher passwords. VC + + as a tool to achieve the ultimate programming code of Virginia, that is the input interface with input Virginia encrypted cipherte
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29.53kb
    • 提供者:赖晖
  1. simpledes

    0下载:
  2. 压缩包中有古典密码学中放射密码和维吉尼亚密码以及 DES加密解密,并观察DES密码体制的性质。-compressed with classical cryptography radiotherapy passwords and Virginia passwords and DES encryption and decryption. DES and observation system in nature.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:25.79kb
    • 提供者:周崇青
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:Kary Lu
  1. gudianmima

    0下载:
  2. 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.76kb
    • 提供者:徐凯波
  1. Vigenere

    0下载:
  2. 维吉尼亚加解密过程,源码来自互联网. 简单,易懂.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:刘占友
  1. source

    0下载:
  2. Java实现传统算法加密解密,包括单表代换,PLAYFAIR,维吉尼亚算法。
  3. 所属分类:加密解密

    • 发布日期:2014-01-18
    • 文件大小:41.03kb
    • 提供者:王能
  1. Cryptography

    1下载:
  2. 实现了凯撒、Playfair\\维吉尼亚和置换算法的MFC加解密程序。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36.84kb
    • 提供者:阴宇矗
  1. pcked

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:唐莹
  1. 四种加密解密算法的源代码

    1下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:发就
  1. cipher.rar

    0下载:
  2. 使用维吉尼亚密码进行控制台编程,实现对英文文本文件的加解密!,Virginia password using the console program, to achieve the English version of the document encryption and decryption!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.48kb
    • 提供者:蔡吉欣
  1. Virginia

    0下载:
  2. 自己写的java小程序,实现维吉尼亚加密/解密算法-Their own small programs written in java, implementation Virginia encryption/decryption algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1kb
    • 提供者:耿颖颖
  1. aaa

    1下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-06
    • 文件大小:711byte
    • 提供者:耿颖颖
  1. Vigenere_cipher

    0下载:
  2. 该程序用C++语言编写,可以实现维吉尼亚密码的加解密功能-Achieve password encryption and decryption functionality Virginia
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:168.63kb
    • 提供者:黄星
  1. 维吉尼亚密码加密解密

    0下载:
  2. 维吉尼亚密码,加密解密程序,摩尔斯电码转换器,C语言,需要密匙。
  3. 所属分类:密码/编码算法

  1. 1_21b

    0下载:
  2. 对采用维吉尼亚加密的密文分析密钥位数,进行解密(analyze the length of key and decrypy)
  3. 所属分类:加密解密

    • 发布日期:2017-12-14
    • 文件大小:1kb
    • 提供者:Namfon
  1. 维吉尼亚

    0下载:
  2. 对维吉尼亚密码进行加密或解密的操作,输入密钥,进行加密或解密(The operation of encrypting or deciphering the Virginia code, entering the key, encrypting or deciphering)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:14kb
    • 提供者:Choo
  1. Console-维吉尼亚加密文本

    0下载:
  2. 可对任意文件进行加密解密处理,安全性极高。(It can be encrypted and decrypted to any file, with high security.)
  3. 所属分类:软件工程

    • 发布日期:2018-04-30
    • 文件大小:584kb
    • 提供者:xu-ad
  1. work2 Vigenere cipher

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

    • 发布日期:2019-11-07
    • 文件大小:29kb
    • 提供者:judian
  1. 信息安全

    0下载:
  2. 维吉尼亚加密解密, 这是信息安全里面的重要内容,用Java写的。(Virginia encryption and decryption, which is an important part of information security, written in Java.)
  3. 所属分类:加密解密

    • 发布日期:2019-04-01
    • 文件大小:4kb
    • 提供者:Lilyaaa
  1. 基于MFC的加解密系统

    0下载:
  2. 用Visual Studio2010MFC 做的一个加解密系统,包括凯撒加密,维吉尼亚加密。
  3. 所属分类:Windows编程

« 12 3 4 »
搜珍网 www.dssz.com