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

搜索资源列表

  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
    • 文件大小:945
    • 提供者:路过
  1. Caesar

    0下载:
  2. matlab code for caesar
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1802
    • 提供者:mina
  1. Caesar

    0下载:
  2. this program is to define caesar cipher in visual basic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11687
    • 提供者:tmmam
  1. caesar

    0下载:
  2. caesar encription in c-caesar encription in c++
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:11732
    • 提供者:sanam
  1. Caesar-code

    0下载:
  2. 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been ve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:538
    • 提供者:zhubei
  1. Caesar-cipher-encryption-decryption

    0下载:
  2. Caesar encryption and decryption matlab code
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. Encryp-Decrypt using caesar technique
  3. 所属分类:CA program

    • 发布日期:2017-12-07
    • 文件大小:185724
    • 提供者:dante
  1. Caesar

    0下载:
  2. a simple caesar cipher to encrypt ascii text with a gui interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:20018
    • 提供者:carolB
  1. Caesar

    0下载:
  2. 凯撒密码C语言实现,内含源代码。还算可以 !-Caesar Cipher C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-04
    • 文件大小:874
    • 提供者:kito
  1. Caesar

    0下载:
  2. Caesar加密算法 信息安全方面的知识 java编程完整版-Caesar encryption algorithm Information security knowledge Java programming the full version
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:3983
    • 提供者:王海彬
  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
    • 文件大小:6360
    • 提供者:杨俊明
  1. Caesar-Cipher

    0下载:
  2. The earliest known use of a substitution cipher, and the simplest, was by Julius Caesar. The Caesar cipher involves replacing each letter of the alphabet with the letter standing three places further down the alphabet. For example, plain: MEET ME A
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:396733
    • 提供者:Laja
  1. caesar

    0下载:
  2. caesar加密,使用VC++编写!!可执行,已经验证-Caesar encryption, written in VC++! ! Executable has been verified
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:268785
    • 提供者:姜妮妮
  1. Caesar

    0下载:
  2. 凯撒密码的实现 ,密钥可以自行输入,既可以加密又可以解密的算法-Caesar cipher implementation
  3. 所属分类:assembly language

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

    0下载:
  2. 凯撒密码——输入一行明文(英文),会得到25种通过凯撒加密方法得到的密文。-Caesar password- Enter a line of plain text (in English), you will get 25 kinds of encryption methods obtained by Caesar ciphertext.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 编写一个程序,使用Caesar密码加密/解密(移动三位);给出任何明文将生成密文;或给出密文将生成明文-Implement Caesar Cipher
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:740
    • 提供者:徐少云
  1. Caesar-code

    0下载:
  2. software implementation of a cryptosystem, carrying out encoding and decoding system, Caesar cipher -software implementation of a cryptosystem, carrying out encoding and decoding system, Caesar cipher
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:42152
    • 提供者:pavel
  1. Caesar-encodeadecode

    0下载:
  2. 实现凯撒加密与解密的C++代码,一个简单的C++控制台代码,没有界面-C++ code implement Caesar encode/decode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:462249
    • 提供者:刘宇希
  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. Simple Caesar Cipher

    0下载:
  2. simple caesar cipher demo and source code, build in windows form c#
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:60416
    • 提供者:akmal
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com