Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - cipher
Search - cipher - List
DL : 0
SNOW3G流密码算法是3GPP中实现数据保密性和数据完整性的标准算法UEA2&UIA2 的核心-SNOW3G 3GPP stream cipher algorithm is implemented in data confidentiality and data integrity standard algorithms UEA2 & UIA2 core
Update : 2024-05-18 Size : 4096 Publisher : 吴超

DL : 0
Substitution ciphers are probably the most common form of cipher. They work by replacing each letter of the plaintext (and sometimes puntuation marks and spaces) with another letter (or possibly even a random symbol). A monoalphabetic substitution cipher, also known as a simple substitution cipher, relies on a fixed replacement structure. That is, the substitution is fixed for each letter of the alphabet. Thus, if a is encrypted to R , then every time we see the letter a in the plaintext, we replace it with the letter R in the ciphertext.-Substitution ciphers are probably the most common form of cipher. They work by replacing each letter of the plaintext (and sometimes puntuation marks and spaces) with another letter (or possibly even a random symbol). A monoalphabetic substitution cipher, also known as a simple substitution cipher, relies on a fixed replacement structure. That is, the substitution is fixed for each letter of the alphabet. Thus, if a is encrypted to R , then every time we see the letter a in the plaintext, we replace it with the letter R in the ciphertext.
Update : 2024-05-18 Size : 1024 Publisher : EASHAN

CSharpAES
DL : 0
信息与通信安全中的AES加密算法实现,以及基于AES的CMAC(基于分组密码的消息认证)。-Information and communication security AES encryption algorithm, and AES-based CMAC (cipher-based message authentication).
Update : 2024-05-18 Size : 7168 Publisher : Fannie

DL : 0
Affine Cipher program in c
Update : 2024-05-18 Size : 4096 Publisher : kajal

DL : 0
3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。它相当于是对每个数据块应用三次DES加密算法。 -3DES (otherwise known as Triple DES) is known as Triple Data Encryption Algorithm (TDEA, Triple Data Encryption Algorithm) block cipher. It is equivalent to three times the DES encryption algorithm is applied to each data block.
Update : 2024-05-18 Size : 37888 Publisher : 北灬斗

DL : 0
Playfair cipher implementation in c#
Update : 2024-05-18 Size : 1024 Publisher : pranav21

DL : 0
RSA公钥密码加密算法程序实现,matlab程序,运行正确。-The algorithm program, RSA public key cipher encryption matlab program, run the correct.
Update : 2024-05-18 Size : 2048 Publisher : Dr.Shang

凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。- As one of the most ancient Caesar cipher symmetric encryption system, when in Rome have been very popular, his basic idea is: by moving letters to achieve a certain number of bits encryption and decryption
Update : 2024-05-18 Size : 16384 Publisher : 乔治强

DL : 0
凯撒密码教学示范程序,c#语言编写, vs2008编译通过,供学习使用。- Caesar cipher teaching demonstration program for learning to use.
Update : 2024-05-18 Size : 47104 Publisher : 乔治强

DL : 0
中国科学技术大学密码学课件,简介了常用的非对称密码。-University of Science and Technology of China cryptography courseware Introduction of commonly used asymmetric cipher.
Update : 2024-05-18 Size : 494592 Publisher : caoliu

DL : 0
中国科学技术大学密码学课件,简介了常用的分组密码。-University of Science and Technology of China cryptography courseware Profile commonly used block cipher.
Update : 2024-05-18 Size : 2946048 Publisher : caoliu

DL : 0
四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-Four kinds of encryption and decryption algorithm source code: transposition cipher, affine password, password and password replacement Virginia.
Update : 2024-05-18 Size : 2048 Publisher : li

DL : 0
Botan 1.10.9。含有对称加密、块加密、hash、公钥加密等算法的程序。可以编译直接用-Botan 1.10.9. Symmetric encryption algorithm programs, block cipher, hash, containing the public key encryption. Can be compiled directly
Update : 2024-05-18 Size : 3246080 Publisher : superbug

Othersha
DL : 0
简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法 简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法-Simply use C language sha1 cipher algorithm, this algorithm hash algorithm, the algorithm is simple way sha1 use C language implementation of cryptographic algorithms, this algorithm hash algorithm, one-way algorithm
Update : 2024-05-18 Size : 548864 Publisher : 耳东陈

DL : 0
编写一个程序,使用Caesar密码加密/解密(移动三位);给出任何明文将生成密文;或给出密文将生成明文-Implement Caesar Cipher
Update : 2024-05-18 Size : 1024 Publisher : 徐少云

AES is the Advanced Encryption Standard, a United States government standard algorithm for encrypting and decrypting data. The standard is described in Federal Information Processing Standard (FIPS) 197.1 On January 2, 1997, The National Institute of Standards and Technology (NIST) published a request for comments for the “Development of a Federal Information Processing Standard for Advanced Encryption Standard.”2 NIST sought to “consider alternatives that offer a higher level of security”3 than that offered by the Data Encryption Standard (DES), which grew vulnerable to brute-force attacks due to its 56-bit effective key length.AES candidates were required to support a symmetric block cipher that supported multiple key lengths. The algorithm had to be publicly defined, free to use, and able to run efficiently in both hardware and software
Update : 2024-05-18 Size : 433152 Publisher : Amr

移位密码的加密以及攻击方法,C++文件,密码学初步-Encryption and password attack methods shifts, C++ files, cryptography preliminary
Update : 2024-05-18 Size : 1776640 Publisher : 马艾静

古典密码中的单表置换密码的实现,C++初步-Classical passwords in a single table to achieve replacement passwords, C++ preliminary
Update : 2024-05-18 Size : 1879040 Publisher : 马艾静

DL : 0
分组密码的小程序,可以实现简单的加密和解密功能,并可以实现攻击。-A easy program to code and decode.
Update : 2024-05-18 Size : 1024 Publisher : 张雪薇

Otheraes
DL : 0
本文档用C语言写了AES算法,可以读入明文或密文文档和密钥文档,然后将加密或解密结果输出到文档中-This document is written in C language of the AES algorithm, can be read in plain text or cipher text documents and key documents, and then output the results to encrypt or decrypt the document
Update : 2024-05-18 Size : 104448 Publisher :
« 1 2 ... 42 43 44 45 46 4748 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.