Re: [fpc-pascal] blowfish in fpc

2015-08-06 Thread Graeme Geldenhuys
On 2015-08-06 16:33, Xiangrong Fang wrote: > I would like to know if the FPC implementation of BlowFish is considered > secure or not? I personally have no idea. But for completeness, there is also the open source project called DCPCrypt [1] which contains another Blowfish implementation, which m

[fpc-pascal] blowfish in fpc

2015-08-06 Thread Xiangrong Fang
Hi All, I would like to know if the FPC implementation of BlowFish is considered secure or not? Especially: 1) Does it has the bug mentioned here: https://www.schneier.com/blowfish-bug.txt 2) Does it operate in ECB mode or CBC mode (or any other mode)? I am sorry that by just looking at the co