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
    • 文件大小:168.3kb
    • 提供者:刘娟
  1. kasajiami

    0下载:
  2. 凯撒加密解密算法,可以对输入的字符加以加密解密
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:8.57kb
    • 提供者:li zheng
  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
    • 文件大小:989byte
    • 提供者:archy
  1. caser

    0下载:
  2. 这是一个通用的凯撒加密,进入界面可以选择,1.加密2.解密-This is a common Caesar encryption, enter the interface to choose, 1. Encryption 2. Decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:23.74kb
    • 提供者:吕婉琪
  1. Kaisa_VB

    0下载:
  2. 用VB实现凯撒加密解密算法。适合初学者学习研究,欢迎下载!-Julius Caesar used encryption and decryption algorithms to achieve VB. Study and research for beginners are welcome to download!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:5.51kb
    • 提供者:wangc
  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
    • 文件大小:782byte
    • 提供者:钟华
  1. KSjm

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

    • 发布日期:2017-04-02
    • 文件大小:26.82kb
    • 提供者: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
    • 文件大小:77.97kb
    • 提供者:Lee
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:507.29kb
    • 提供者:qiao
  1. Ckassajiammia

    0下载:
  2. 凯撒加密解密算法,能对对输入的字符加以加密解密 -Caesar encryption and decryption algorithms, encryption and decryption of the character of the input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:8.47kb
    • 提供者:ZHAN
  1. Ckasajiammia

    0下载:
  2. 凯撒加密解密算法,可以对输入入的字符加以加密解密可直接使用。 -Caesar encryption and decryption algorithms can be input into the character encryption and decryption can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:8.46kb
    • 提供者:shakaqier
  1. kaisajiamijiemi

    0下载:
  2. 凯撒加密解密,用凯撒方法进行文件的加密和解密工作,简单明了-Caesar encryption and decryption, with Caesar method for file encryption and decryption, plain and simple
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:guyingcen
  1. Casar-encryption-decrypt-application

    0下载:
  2. 经典的凯撒加密解密算法,用java实现,可移植性强,欢迎各位童鞋指正交流-Classic Caesar encryption and decryption algorithms, implemented in java, portability, welcome correction exchanges shoes
  3. 所属分类:Java Develop

    • 发布日期:2016-05-19
    • 文件大小:1kb
    • 提供者:Ami
  1. 4-4

    0下载:
  2. 很简单的Python实现的凯撒加密解密,是计算机基础课程中的一道作业。用队列实现。-Very simple Python implementation Caesar encryption and decryption is a basic computer course in a job. With queue implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:546byte
    • 提供者:LIU
  1. CTFcryptoCrack

    0下载:
  2. 各种加解密(凯撒,base64,rot等),各种编码解码,可添加识别py脚本(Various encryption (Kaiser, base64, rot, etc.), various encoding decoding, can be added to identify the py scr ipt)
  3. 所属分类:加密解密

    • 发布日期:2018-01-05
    • 文件大小:8.9mb
    • 提供者:装是sz
  1. 凯撒密码

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

    • 发布日期:2018-01-08
    • 文件大小:64kb
    • 提供者:我是瘦子
  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
    • 文件大小:1.19mb
    • 提供者:lala_
  1. 凯撒解密

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

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

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

    • 发布日期:2018-04-18
    • 文件大小:1kb
    • 提供者:secyanzi
  1. 基于MFC的加解密系统

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

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