资源列表
MorseCode
- 莫斯编码 但如何发送信号,编码是什么? 其实,国际通用的求救信号,使用的是摩斯码。 摩斯码并不高深,非常简单而且容易学会。-Morse code represents characters as variable length sequences of dots and dashes. In practice, characters in a message are delimited by short pauses.
disasm
- 非常好用的加壳程序,采用yoda‘s protection加壳-Very easy to use packers, packers use yoda' s protection
uselimit
- 为LISP增加注册码!将本程序加入LIST开头,第一次运行时提示要注册!-LISP encryption
imR
- 一种基于光学信息处理技术的图像加密技术,该加密技术室基于4F系统的一种双随相位加密技术-One image encryption technique based on the optical information processing technology, the encryption technology chamber with the phase of the 4F system of a double encryption technique
code1
- Simple AODV for MANET implementation and Source code in MATLAB
main
- 可以每天自动领取51cto下载豆、无忧币。赶紧下载试试吧-Can automatically receive 51cto downloads beans, worry-free coins every day. Quickly download and try! !
RC4_Encrypt
- 由于RC4算法加密是采用的xor,所以,一旦子密钥序列出现了重复,密文就有可能被破解。-Because RC4 encryption algorithm is used xor, so once the child appeared to repeat the key sequence, the ciphertext is likely to be cracked.
chen
- 利用陈超混沌映射,可以产生超混沌序列,这种序列具有类随机性、难以预测性广泛的应用与图像、视频加密领域-Chen Chao use chaotic maps can produce super-chaotic sequence, this sequence has randomness, unpredictability of the wide range of applications and images, video encryption field
LSFR
- LSFR加密算法,任意文件,自行设定密码,控制台操作-LSFR encryption
creat_pwd
- 密码穷举,可穷举0-9,a-z共36个字符- U5BC6 u7E1 u7E1 u7E7 u4E3E uFF0C u53EF u7A77 u4E3E0-9 uFF0Ca-z u517136 u4E2A u5B57 u7B26
Cipher
- 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i n s a t f i v e 根据密钥ciphe
LatinSq_Substitution
- Latin square substitution for image encryption