BLOWFISH
BlowFish算法用来加密64Bit长度的字符串。
BlowFish算法使用两个“盒”——ungigned long pbox[18]和unsigned long sbox[4,256]。
BlowFish算法中,有一个核心加密函数:BF_En(后文详细介绍)。该函数输入64位信息,运算后, 以64位密文的
形式输出。 用BlowFish算法加密信息,需要两个过程:
1.密钥预处理 2.信息加密
TWOFISH
在1972到1974年中,National Bureau of Standards (现在更名为National Institute of Standards and
Tecnology,缩写为NIST)首次公开征求一种标准的数据加密算法,结果产生了 DES ( Data Encryption Standard) 加密