搜索资源列表

  1. PlayCFair-Cipher

    0下载:
  2. code for the encryption and decryption using Plair Fair cipher
  3. 所属分类:CA认证

    • 发布日期:2024-05-06
    • 文件大小:18432
    • 提供者:aasia
  1. CBC-(Cipher-Block-Chaining)-[CSharp]

    0下载:
  2. CBC (Cipher Block Chaining) [C#]
  3. 所属分类:.net编程

    • 发布日期:2024-05-06
    • 文件大小:17408
    • 提供者:Nick
  1. Shift-Cipher

    0下载:
  2. It is a C++ code for Shift cipher.
  3. 所属分类:CA认证

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

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:静波
  1. cipher-project

    0下载:
  2. cipher in cryptography
  3. 所属分类:成功激励

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:bala
  1. affine-cipher

    0下载:
  2. 仿射密码算法,标准C实现,大学本科密码学课程实践-affine cipher , standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:216064
    • 提供者:YangPudn
  1. affine-cipher-ciph-text-only-attack

    0下载:
  2. 仿射密码惟密文攻击,标准C实现,大学本科密码学课程实践-affine cipher ciph-text only attack, standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:206848
    • 提供者:YangPudn
  1. Key-Word-cipher-EncaDecryption

    0下载:
  2. 密钥短语密码加密解密,标准C实现,本科密码学课程实践-Key Word cipher Encryption and Decrytion, implemented with standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:406528
    • 提供者:YangPudn
  1. Cesar-cipher

    0下载:
  2. This is my source code cesar cipher in javascr ipt with UI.
  3. 所属分类:CA认证

    • 发布日期:2024-05-06
    • 文件大小:226304
    • 提供者:Oleg
  1. chaotic-cipher-cheby-shev-map

    0下载:
  2. chaotic cipher chebyshev map diffusion
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:219136
    • 提供者:mohammad
  1. cipher

    0下载:
  2. 用维吉尼亚密码实现控制台对英文文本文件的加解密-encryption and decryption the English text files with Virginia cipher
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:潘松
  1. sequence-cipher-and-shift-register

    0下载:
  2. 序列密码的安全保密性主要依赖于密钥序列,因此研究什么样的伪随机序列可以作为序列密码的密钥序列就成为序列密码研究中的主要问题,即序列密码的关键是产生密钥序列的算法。-Security and confidentiality of the password depends on the sequence of key sequence, the study of what can be used as a pseudo-random seq
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:312320
    • 提供者:胖熊
  1. Monoalphabetic-Cipher

    0下载:
  2. In cryptography, a Caesar cipher, also known as Caesar s cipher, the shift cipher, Caesar s code or Caesar shift, is one of the simplest and most widely known
  3. 所属分类:CA认证

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:neharika
  1. Hill-Cipher

    0下载:
  2. Encryption algorithm of Hill cipher with GUI in c#
  3. 所属分类:CA认证

    • 发布日期:2024-05-06
    • 文件大小:49152
    • 提供者:Hasnain
  1. Cipher

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i
  3. 所属分类:加密解密

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

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

    • 发布日期:2024-05-06
    • 文件大小:60416
    • 提供者:akmal
  1. Column permutation cipher

    0下载:
  2. 列置换加密算法,C语言实现,比较初级,但是运行没啥问题(Column permutation cipher)
  3. 所属分类:其他小程序

  1. crypte analyse de césar

    0下载:
  2. analysis of cipher ! Codes generally substitute different length strings of characters in the output, while ciphers generally substitute the same number of characters as are input. There are exceptions and some cipher sy
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:380928
    • 提供者:minddz
  1. Random-Cipher-Generator

    0下载:
  2. 用Pythonn写的一个简单随机密码生成器,包含字母,常用符号,数字。需要easy_gui库。(A simple random cipher generator written in Pythonn, containing letters, common symbols, numbers. The easy_gui library is needed.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:Sylleo
  1. Cipher-Program-master

    0下载:
  2. 一个java编写的简易的加密解密的gui界面,说明在内部(A simple GUI for encrypting and decrypting simple ciphers. Additionally, it contains information on them and allows the user to test themselves.)
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:58368
    • 提供者:adcxs
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org