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

搜索资源列表

  1. encipher_decipher

    0下载:
  2. 包括了多种加解密算法(凯撒,playfair,rc4,idea,lfsf)-include a variety of encryption and decryption algorithms (Julius Caesar, PLAYFAIR, RC4, the idea, lfsf)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78.98kb
    • 提供者:洪逸轩
  1. kaiser

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

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

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

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

    0下载:
  2. 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.15mb
    • 提供者:小余
  1. Caesar

    0下载:
  2. 凯撒加密算法C语言实现 凯撒加密算法C语言实现-Encryption algorithm Caesar Caesar C Language C Language encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-27
    • 文件大小:1.55kb
    • 提供者:archy
  1. kaisa

    0下载:
  2. 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:567byte
    • 提供者:au
  1. kaisa

    0下载:
  2. 用vb实现的包括凯撒密码在内的加解密算法-Using vb to achieve, including Caesar cipher encryption and decryption algorithms, including
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:6.43kb
    • 提供者:awer
  1. des

    0下载:
  2. 凯撒密码加解密,对给定的一段文字进行加解密,相当于将每个字符后移3位-Caesar password encryption and decryption, for a given section of text encryption and decryption, the equivalent of each character after the shift 3
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:27.87kb
    • 提供者:meidaiyu
  1. Caesar

    0下载:
  2. 密码学中的凯撒密码加解密程序,用C语言实现。-Cryptography Caesar password encryption and decryption program, with the C language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:165.74kb
    • 提供者:易盼
  1. caesar

    0下载:
  2. 凯撒密码,通过明文移位实现加解密.解密时要注意当密钥太大时,可能引起数组下标为负导致程序错误。-Caesar passwords, encryption and decryption through the clear shift to achieve. Decrypt should pay attention when the key is too large, may cause negative array index errors cause the program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:945byte
    • 提供者:路过
  1. DatabaseTesteight

    0下载:
  2. 本文对数据加解密,凯撒密码的破译作出全面的诠释以及代码的编写-Database Testeight
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:14.41kb
    • 提供者:梁小燕
  1. encription

    0下载:
  2. 各种古典、现代加解密方法。Autokey密码   置换密码   二字母组代替密码 (by Charles Wheatstone)   多字母替换密码   希尔密码   维吉尼亚密码   替换密码   凯撒密码等。 -Variety of classical, modern encryption methods. Autokey password replacement two groups of letters instead of the password pa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.1mb
    • 提供者:王晓凯
  1. Caesar

    0下载:
  2. 实现流密码中的凯撒密码的加解密实现功能,时序列密码实现部分。-The the stream cipher Caesar password encryption and decryption functions, when stream cipher implementation section.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:6.21kb
    • 提供者:杨俊明
  1. CYY31CAESAR

    0下载:
  2. 凯撒加解密算法,实现单个字符和整个字符串的加解密程序,很好用-Simple encryption and decryption algorithm to achieve a single character and the entire string encryption and decryption procedures, very good use
  3. 所属分类:CA program

    • 发布日期:2017-11-23
    • 文件大小:215kb
    • 提供者:youth
  1. kaisa

    0下载:
  2. 凯撒加密算法的陈语言简单实现,使用文件进行加解密读取操作。-Caesar Chen language simple encryption algorithm implementation, use file encryption and decryption read operation.
  3. 所属分类:Network Security

    • 发布日期:2017-04-16
    • 文件大小:12.1kb
    • 提供者:崔世宁
  1. KaiSaJiaMiSuanFa

    0下载:
  2. 用Visual C++6.0实现凯撒算法加解密,能够快速对文件进行加解密。-Encryption and decryption of the Kaiser algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:281.43kb
    • 提供者:邱將
  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
    • 文件大小:10.05mb
    • 提供者:bbc9527
  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. kaisa

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

    • 发布日期:2018-05-01
    • 文件大小:56kb
    • 提供者:小天儿
  1. 基于MFC的加解密系统

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

搜珍网 www.dssz.com