Class Summary |
BinConverter |
some helper routines for data conversion,
all data is treated in network byte order |
BlowfishCBC |
implementation of the Blowfish encryption algorithm in CBC mode
1.0.0 - Release under LGPL (a.b.c) (a=major, b=class compatible, c=api compatible)
|
BlowfishCipher |
A Blowfish Ciphering object that can be used to crypt and decrypt strings
Revision Changes :
1.00 - initial version
1.01 - added interface for byte arrays
2.00 - port to luky
|
BlowfishECB |
implementation of the Blowfish encryption algorithm in ECB mode |