您的位置:首页 > 编程语言 > C语言/C++

My Own Cryptolib -- CryptoFBC

2005-08-02 20:49 211 查看
CryptoFBC is the simple form of Cryptography Library For Black Chamber.

I write this cryptography library only for my interests.

Coding Language: C++ (pure OOP)

Currently,some cryptographic algorithms have been implemented,they are:

Hash:CRC32,MD5,SHA(160,384,512)

Symmetric Cipher: Blowfish,DES(3DES),IDEA,Tea,Twofish,Rijndael

Misc: Base64

more will come.

 

Download CryptoFBC, http://code.google.com/p/cryptofbc/.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息