The Lockbox Blowfish Algorithm and the Blowfish.Net algorithm (from http://www.hotpixel.net/software.html) produce different output data for the same input data and key.
The problem is in the EncryptBF routine in LBCipher.pas
procedure EncryptBF(const Context : TBFContext;
var Block : TBFBlock; Encrypt : Boolean);
var
I : Integer;
TmpBlock : TBFBlockEx;.
2009-03-04 23:32:57 UTC in TurboPower LockBox