搜索资源列表
mydes
- 简单DES加密算法功能比较简单,是在朋友的指导下做的,多指教-simple DES encryption algorithm is relatively simple function is under the guidance of a friend to do more weekend!
TestE
- 加密解密,包含多种简单加密算法,非常经典的学习加密解密的源代码。只对字母有效
基于SDES的加密
- 简单的基于DES的加密算法及雪崩效应分析。请仔细阅读内附的说明文件。-DES encryption algorithm and analysis of avalanche effect. Please read the attached note.
算法
- 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
基于STM32 的AES加密算法
- 基于STM32 的AES加密算法,适合用在简单的存储加密,The STM32-based AES encryption algorithm, suitable for storage in a simple encryption
mima
- 密码学的简单加密,用单表置换算法实现一个字符串的加密-Cryptography simple encryption, single-table replacement algorithm for the realization of a string encryption
SimpleEncryptionAlgorithm
- 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
SimpleEncryptionAlgorithmReversibleAndIrreversible
- 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
Monoalphabetic
- 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
jiami
- 利用vc编写的简单加密算法。 利用vc简单移位实现其加密功能-Vc prepared easy to use encryption algorithm. Vc easy to use encryption to achieve its translocation
mimaxue
- 密码学课设~DES加密算法的完整实现 内容简单适合新人学习使用-Cryptography Course ~ DES encryption algorithm for the full realization of the content for new learning to use simple
FileEncode
- 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
kaisa
- 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
ImageEncryptionAlgorithm
- 以两个简单的logistic映射构造一个双混沌互扰系统,提出了基于双混沌互扰系统的图像加密算法.-An image encryption algorithm is proposed with inter-perturbations of dual chaotic systems constructed based on two simple logistic mapping.
14939
- Vb程序加密算法,很简单而又很好用,实在不可多得,快去下载吧-Vb program encryption algorithm is very simple and very good use
RSA
- RSA 的 加密解密 界面简单 但算法是全的 参考参考-RSA' s encryption and decryption algorithm interface is simple but full of reference information
FolderEncry
- 文件夹加密,用加密算法把文件夹,例子挺简单-Folder encryption, encryption algorithm to use the folder, very simple example
lab
- 一个简单加密算法的Java代码实现,代码比较容易理解-The Java code implements a simple encryption algorithm, the code easier to understand
testRC4
- 用于游戏客户端 的简单加密算法(RC4 RC5)。-simple encryption code for client Game。
RC4
- 一个简单的RC4加密算法,输入明文密钥得到密文(A simple RC4 encryption)