搜索资源列表

  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
    • 文件大小:80874
    • 提供者:洪逸轩
  1. kaiser

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:37726
    • 提供者:阴宇矗
  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. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:80896
    • 提供者:洪逸轩
  1. CASER_young

    0下载:
  2. 凯撒密码的编程实现,仅提供学习交流,帮助大家理解凯撒加密的原理-Caesar programming password, only to learn communication and help us to understand the principles of encryption Caesar
  3. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:24576
    • 提供者:郑杨
  1. kaisa

    0下载:
  2. 凯撒加密法的实现,用于对长文章的内容加密,为vc++6.0工程-Caesar encryption realization of a long article for the content of encryption, for vc++ 6.0 works
  3. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:32768
    • 提供者:介宇
  1. kaiser

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

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:stop
  1. Cryptography

    0下载:
  2. 实现了凯撒、Playfair\维吉尼亚和置换算法的MFC加解密程序。-Realize the Caesar, Playfair Virginia and replacement algorithm of encryption and decryption procedures MFC.
  3. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:37888
    • 提供者:ycyinchina
  1. Caesar

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

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:archy
  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,
  3. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:4350976
    • 提供者:小余
  1. kaisa

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

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:au
  1. kaisa

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

    • 发布日期:2024-06-09
    • 文件大小:6144
    • 提供者: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. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:28672
    • 提供者:meidaiyu
  1. Caesar

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

    • 发布日期:2024-06-09
    • 文件大小:169984
    • 提供者:易盼
  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 error
  3. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:路过
  1. DatabaseTesteight

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

    • 发布日期:2024-06-09
    • 文件大小:14336
    • 提供者:梁小燕
  1. encription

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

    • 发布日期:2024-06-09
    • 文件大小:4301824
    • 提供者:王晓凯
  1. Caesar

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

    • 发布日期:2024-06-09
    • 文件大小:6144
    • 提供者:杨俊明
  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认证

    • 发布日期:2024-06-09
    • 文件大小:220160
    • 提供者:youth
  1. kaisa

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

    • 发布日期:2024-06-09
    • 文件大小:57344
    • 提供者:小天儿
« 12 »

源码中国 www.ymcn.org