搜索资源列表

  1. Caesar--java

    0下载:
  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. caesar

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

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

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

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

    0下载:
  2. 这个是古典密码学里Caesar密码用c++编程的程序代码-This is a classical cryptography Lane Caesar cipher c programming code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:247808
    • 提供者:car
  1. Caesar--java

    0下载:
  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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Eyre
  1. caesar

    0下载:
  2. 这是一CAESAR密码算法,大家可以开看看哦-CAESAR This is a cryptographic algorithm, we can look at the oh-opened
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:246784
    • 提供者:Jenifer
  1. caesar

    0下载:
  2. 凯撒密码 古典密码学中的凯撒密码....VC++版-Caesar password Classical Cryptography Caesar password .... VC++ Version
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:595968
    • 提供者:skittles
  1. Caesar

    0下载:
  2. 凯撒加密算法 *此算法中区分了字母的大小写,并可以保留标点符号-Caesar encryption algorithm* the algorithm to distinguish between the upper and lower case letters and punctuation marks can be retained
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:xiaonian
  1. Caesar

    0下载:
  2. 一个简单的程序:Caesar加密算法,用java实现的源代码!-A simple procedure: Caesar encryption algorithm, using java realize the source code!
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:
  1. Caesar

    0下载:
  2. Caesar算法的一个很好的实现,分享给大家-Caesar algorithms realize a good share to the U.S.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Dave
  1. Caesar

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:rose
  1. caesar

    0下载:
  2. 算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文-Arithmetic operations to achieve the replacement of letters. Caesar encryption is the replacement of a single-letter law: the user is given the letter key will be encrypted
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:xuan
  1. caesar

    0下载:
  2. caesar cipher 分析 能够分析单个替代的caesar cipher-caesar cipher analysis to analyze a single alternative caesar cipher
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:bingo
  1. Caesar

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

    • 发布日期:2024-05-09
    • 文件大小:366592
    • 提供者:熊伟
  1. Caesar

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:archy
  1. caesar

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

    • 发布日期:2024-05-09
    • 文件大小:265216
    • 提供者:Rain
  1. caesar

    0下载:
  2. Simple caesar cipher example for students.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:GVC
  1. Caesar

    0下载:
  2. 计算机网络安全最基本算法,实现Caesar加解密算法-Basic algorithms of computer network security, encryption and decryption algorithm to achieve Caesar
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:936960
    • 提供者:yunfei_lei
  1. caesar

    0下载:
  2. caesar cipher encrypto
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:17408
    • 提供者:dism
  1. Caesar

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

    • 发布日期:2024-05-09
    • 文件大小:1859584
    • 提供者:CherylQAQ
« 12 3 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org