CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - caesar

搜索资源列表

  1. caesar

    0下载:
  2. 这是一CAESAR密码算法,大家可以开看看哦
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:246643
    • 提供者:Jenifer
  1. Caesar

    0下载:
  2. 一个简单的程序:Caesar加密算法,用java实现的源代码!
  3. 所属分类:加密解密

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

    0下载:
  2. Caesar算法的一个很好的实现,分享给大家
  3. 所属分类:加密解密

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

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

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

    0下载:
  2. 凯撒密码,最早的代换密码。此代码的功能是实现Caesar密码的加密和解密算法。,Caesar password, the first substitution password. The function of this code is to achieve Caesar encryption and decryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:8422
    • 提供者:熊伟
  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
    • 文件大小:4351424
    • 提供者:小余
  1. Caesar

    0下载:
  2. Caesar密码的加密,解密,以及穷举分析-Caesar encryption, decryption, and the exhaustive analysis
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:41884
    • 提供者:osrey
  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. caesar cipher 分析 能够分析单个替代的caesar cipher-caesar cipher analysis to analyze a single alternative caesar cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3579
    • 提供者:bingo
  1. Caesar

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

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

    0下载:
  2. 凯撒加密算法,对小段文字加密,对初学者有用。-Caesar encryption algorithm, encryption of small text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:149253
    • 提供者:Rain
  1. caesar

    0下载:
  2. Caesar Encoder and Decoder
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:1485
    • 提供者:indrax
  1. Caesar

    0下载:
  2. 凯撒密码实现,用于初级学习,基础练习-caesar implement for basic practice and the beginning learner
  3. 所属分类:Network Security

    • 发布日期:2017-04-14
    • 文件大小:2982
    • 提供者:lidong
  1. BehzadKhiavchi_CEASAR_cipher

    0下载:
  2. Caesar cipher in C-Caesar cipher in C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:35325
    • 提供者:behzad k
  1. jiamijiemi

    0下载:
  2. 用凯撒密码实现加密解密,希望对大家有帮助,我自己写的,有漏洞,大家多多指教。-Achieved with the Caesar cipher encryption and decryption, we want to help, I wrote it myself, there are loopholes, we all exhibitions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1180
    • 提供者:海洋
  1. CaesarCipher

    0下载:
  2. This code for Caesar Cipher Algorithm for encrypt and decrypt alphabets. Platform: CLR C++ Visual Studio 2008
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1336305
    • 提供者:Ahmed
  1. Caesar

    0下载:
  2. 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:954
    • 提供者:RainFly
  1. Caesar

    0下载:
  2. C语言编写的简单移动的凯撒加密算法,可以作为一个基础源码,再行修改构成更高级的算法。-C language simple moving Caesar encryption algorithm can be used as a basis for the source, further modify the composition more advanced algorithms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:98654
    • 提供者:amber
  1. caesar

    0下载:
  2. caesar cipher encrypto
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:17093
    • 提供者:dism
  1. Caesar

    0下载:
  2. 简单的caesar加密解密程序,运用MFC或其他工具实现Caesar密码程序及图形化界面。(Simple Caesar encryption and decryption.)
  3. 所属分类:加密解密

    • 发布日期:2018-05-07
    • 文件大小:1859584
    • 提供者:CherylQAQ
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com