The blowfish mode in DAR before 2.3.4 uses weak Blowfish-CBC cryptography by (1) discarding random bits by the blowfish::make_ivec function in libdar/crypto.cpp that results in predictable and repeating IV values, and (2) direct use of a password for keying, which makes it easier for context-dependent attackers to decrypt files.
https://sourceforge.net/tracker/index.php?func=detail&aid=1730439&group_id=65612&atid=511612
https://sourceforge.net/forum/forum.php?forum_id=711620
https://sourceforge.net/forum/forum.php?forum_id=711619
http://www.securityfocus.com/bid/24930