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

搜索资源列表

  1. 凯撒加密

    0下载:
  2. 实现恺撒密码加密、解密以及破译,(破译若编码有困难,可以用文字描述算法) 【要求】:可允许用户输入密钥-achieve Caesar encryption, decryption and deciphered, (if deciphering coded difficulties can be written descr iption algorithm) -- request : allow users to input key
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:172336
    • 提供者:刘娟
  1. Caesar--java

    1下载:
  2. 凯撒密码扩展算法,输入加密参数k1,k2, c =(k1*m+k2) mod 26-Caesar expansion password algorithm, the import of encryption parameters k1, k2, c = (k1 * m k2) mod 26
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1449
    • 提供者:Eyre
  1. kaisajiami

    0下载:
  2. 上网络安全的项目设计,是凯撒密码的加密与解密程序,不知道可以么?联系: lijie451789@163.com-network security on the project design, Caesar is password encryption and decryption procedures, I do not know it? Contact : lijie451789@163.com
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:705257
    • 提供者:李杰
  1. caser

    0下载:
  2. 凯撒密码-扩展的凯撒密码,C语言版本。密码技术试验一-Caesar PIN-code expansion Caesar, C language version. Cryptography a test
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:789
    • 提供者:conner
  1. 凯萨密码系统

    1下载:
  2. 用TC编写的恺撒密码系统的实现,解压后直接运行C语言编辑环境运行即可-prepared Caesar system of passwords, unpacked directly run C language editing environment can be run
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12286
    • 提供者:Bill
  1. 凯撒密码算法实验

    0下载:
  2. 我自己做的小程序。多多支持啊啊
  3. 所属分类:密码/编码算法

  1. 凯撒密码算法的实现

    0下载:
  2. 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
  3. 所属分类:加密解密

    • 发布日期:2017-03-21
    • 文件大小:989
    • 提供者:archy
  1. Caesar_encode

    0下载:
  2. 实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。-Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:1034
    • 提供者:蔡吉欣
  1. Caesar

    0下载:
  2. 现代密码学实验指导,信息安全专业,凯撒密码,古典密码-Experimental guide of modern cryptography, information security professional, Caesar password, classical Password
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1555
    • 提供者:刘明
  1. 123

    0下载:
  2. 一个凯撒密码的源程序,实现文件的加密和解密过程,适用于学生参考。-A Caesar cipher source code to achieve the file encryption and decryption process is suitable for students.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:782
    • 提供者:钟华
  1. KSjm

    0下载:
  2. 最近密码学的一个小作业,简单的大小写英文字母凯撒加密解密。-Recent cryptography, a small operation, a simple case letters Caesar encryption and decryption.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:27459
    • 提供者:Fifty5th
  1. caeser

    1下载:
  2. 一个简单的关于凯撒密码的加密和解密的小程序。包含源文件、可执行文件以及报告。-A simple on the Caesar cipher encryption and decryption of the applets. Contains the source files, executable files and reports.
  3. 所属分类:加密解密

    • 发布日期:2017-04-21
    • 文件大小:79837
    • 提供者:Lee
  1. kaisamima

    1下载:
  2. 凯撒密码的C++实现,凯撒密码, 是密码学里最基本的密码之一-Caesar cipher of C++ implementation, Caesar cipher, cryptography where the password for one of the most basic
  3. 所属分类:Windows编程

    • 发布日期:2017-04-21
    • 文件大小:33069
    • 提供者:周一鸣
  1. 凯撒密码

    0下载:
  2. 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:799744
    • 提供者:寒修末
  1. caszer

    0下载:
  2. 凯撒密码破解,python自动化脚本,网络安全比赛过程中常用脚本(Kaiser password cracking, python automation scr ipts, common scr ipting in network security contests)
  3. 所属分类:Python编程

    • 发布日期:2017-12-18
    • 文件大小:2783232
    • 提供者:saojian2012
  1. 凯撒密码

    0下载:
  2. 进行简单的凯撒密码加密解密工作,可导入导出文件(Simple encryption and decryption of Kaiser cipher)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:65536
    • 提供者:我是瘦子
  1. 中英文加密解密

    0下载:
  2. 利用凯撒密码对中文文档及英文文档进行加密和解密,同时英文文档加密区分大小写。(The Kaiser password is used to encrypt and decrypt Chinese documents and English documents, and the encryption of English documents is very small and case sensitive.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-09
    • 文件大小:1249280
    • 提供者:lala_
  1. 凯撒解密

    0下载:
  2. java开发的凯撒解密系统,该系统能破解简单的凯撒加密的密码(this is a software which can unfold the password)
  3. 所属分类:加密解密

    • 发布日期:2018-01-10
    • 文件大小:7168
    • 提供者:thesky
  1. 凯撒密码

    0下载:
  2. 凯撒密码简单的加密和解密程序 python实现代码(Caesar's decode python language)
  3. 所属分类:信息检索与抽取

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:secyanzi
  1. kaisa

    0下载:
  2. 凯撒密码加解密和暴力破解过程,通过调用加解密函数实现,暴力破解函数是通过循环调用加解密函数不断输出。(Kaiser password violence cracking)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:57344
    • 提供者:小天儿
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com