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

搜索资源列表

  1. kaiser

    0下载:
  2. 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1538
    • 提供者:stop
  1. Crypt

    0下载:
  2. 包涵了密码学教程里面的大部分加密算法,例如凯撒,Hill,RSA,DES,还有流密码等!是用MFC做的!带界面!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:83758
    • 提供者:qizhansheng
  1. Casa

    0下载:
  2. 替代密码包括多种类型,如单表替代密码,多表替代密码,多字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10204
    • 提供者:AnySand
  1. Caesar

    0下载:
  2. 替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:873
    • 提供者:rose
  1. caesar

    0下载:
  2. 算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10763
    • 提供者:xuan
  1. jiami

    0下载:
  2. 对原始密码进行“凯撒”码加密。需要设定密钥。以后存密码就可以以明文的方式大胆的存放了。C# 编写 。vs2008环境下编译通过-The original password " Caesar" code encryption. Need to set the key. After the password stored in clear text can be stored for bold. C#,. vs2008 environment compile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47848
    • 提供者:雁集
  1. password

    0下载:
  2. 密码概述、古典密码、凯撒、hill密码、des密码-Password overview of the classical password, Caesar, hill password, des Password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:863057
    • 提供者:chenjianqi
  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
    • 文件大小:519461
    • 提供者:qiao
  1. kaisa

    0下载:
  2. 基于java的凯撒密码加密解密ui程序 使用了winbuilder 创建界面-Java-based ui Caesar cipher encryption and decryption program uses winbuilder creation interface. .
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:6660
    • 提供者:victor
  1. kaisaJiaMI

    0下载:
  2. 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。- As one of the most ancient Caesar cipher symmetric encryption system, when in Rome have been very popular, his basic idea is: by moving letters to achieve a certain number of bits enc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:16651
    • 提供者:乔治强
  1. kaisa

    0下载:
  2. 凯撒密码教学示范程序,c#语言编写, vs2008编译通过,供学习使用。- Caesar cipher teaching demonstration program for learning to use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:47539
    • 提供者:乔治强
  1. caesar

    0下载:
  2. 这个程序可以实现密码学中的凯撒密码,对于密码学初学者很有用。-this project can achieve the Caeser code, this is helpful for those who just start to study code project
  3. 所属分类:Other windows programs

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

    0下载:
  2. 凯撒密码破解 包含标准输入输出的简单凯撒密码破解-Caesar password crackers contain standard input and output of a simple password cracking Caesar
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:qiao zita
  1. Caser

    0下载:
  2. 根据文件路径对文件内容进行加密和解密。传说中的凯撒密码-According to the file path of the file content encryption and decryption. Legendary Caesar cipher
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5265
    • 提供者:hahha
  1. Kasai

    0下载:
  2. 凯撒密码实现,输入一段字符然后输入想要移动的位数,则将这串字符加密-Caesar cipher implementation, enter a character and then enter the number of bits you want to move, then this string of characters encryption
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:939
    • 提供者:qwerty
  1. cryptography_Dev-CPP

    0下载:
  2. 经典密码实现源程序,包括凯撒密码、多表轮换密码和轮换机等。-the implemnetation of classical cryptography ,such ceasar cipher、monoalphabetic and rotormachine
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2386947
    • 提供者:李叶
  1. Caesar-Cipher

    0下载:
  2. 利用C语言实现的凯撒密码加密解密的源码,是信息安全中的算法之一-The use of C language implementation of the Caesar cipher encryption and decryption of the source, is one of Information Security Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:595
    • 提供者:静波
  1. CTFtools

    1下载:
  2. 中国国内首个CTF工具框架,集成摩斯电码,凯撒密码,栅栏密码,Rot13密码以及各种编码互换等CTF中常见密码加解,旨在于帮助CTFer攻克CTF中crypto类、Image、zip难关。本程序支持Python插件,允许使用者自建插件,可直接将py脚本放进Plugin目录中程序运行时将自动遍历Plugin目录中的py脚本。-China s first CTF tool framework, integrated Moss code, Caesar password, fence password
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-15
    • 文件大小:10541701
    • 提供者:bbc9527
  1. Caesar

    0下载:
  2. 凯撒密码算法的简单实现,已打包好可一直运行(The simple implementation of the Kaiser cipher algorithm has been packaged so that it can run all the time)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:245760
    • 提供者:Ezm2
  1. Caesar‘s code

    0下载:
  2. 凯撒密码的加密解密,自己编的不够好,仅上传想法(Kaiser cipher encryption and decryption, own not good enough, only for people to draw on the idea of the next)
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:JokGetE
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com