资源列表
rank
- 本算法与书上的相比稍微改动了一些。 因为日常加密中,明文不单是数字,经常会有字母或者其他字符出现。 本程序的思想就是先把明文以字符形式读取,转化成ASCII码,再把ASCII码转化成数字形式。 因为ASCII码共有256个也就是2的8次方,占8位二进制,把这八位二进制分为两部分,每部分占4位进行加密。 加密的算法和书上类似,先用密钥选取表,行,取反,然后与明文做异或,移位等运算。 最后得出两个4位的二进制数,合为一个,转化成十进制形式存储为密文。-The algorithm
VC_MPQ
- 用于读取暴雪MPQ,浏览MPQ内容,魔兽世界是全球最棒的3D网游,MPQ存着大量的素材-For reading Blizzard MPQ, MPQ view the content of World of Warcraft is the world' s best 3D online games, MPQ retain a large amount of material
U8
- U盘加密解密,很好的哦,非常有用。请尽快看看吧-U disk encryption and decryption, oh well, very useful
BCBaCPPAES
- BCB&C++AES加解密相關應用於BCB&C-BCB & C++ AES encryption and decryption-related applied BCB & C++
libdes.tar
- linux C写的3DES及DES加密算法函数源程序,程序格式工整 易于理解 -C write function 3DES and DES encryption algorithm
AES_openssl
- 基于openssl实现AES算法,需要添加openssl库函数-AES based on openssl
EC
- ecc encryption and decryption
jfilecrypt
- 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。 -JAVA strong encryption, decryption algorithm source code, a total of 6 kinds of algorithms are available, in addition to ZIP compressed files can be generated directly.
IDEA
- IDEA加密解密算法的设计与实现 杨建武 华南师范大学 -IDEA encryption and decryption algorithm design and implementation of Jian-Wu Yang South China Normal University
aes
- 看到一个很好的128位密钥的aes加密算法,大家一起学习-See a good aes 128-bit key encryption algorithm, we will study together
DES
- 一个DES算法的加密源码,VC++6.0环境下编译通过-A DES encryption algorithm source code, VC++6.0 environment compile
123465222
- 加密解密技术内幕,
