Sascha 'saigkill' Manns said the following on 11/13/2009 06:45 PM:
Edit the following lines in config.sample.inc.php:
$cfg['blowfish_secret'] = ' '; (put a string of random characters in here)
Do you know how i can create an blowfish-password?
cat /dev/urandom |dd bs=10240 count=256 2>/dev/null | sha1sum Or other numbers for block size and count, or use md5sum or one of the other shaXXXsum. It doesn't matter how strong, broken or not, you are just generating a shared secret. KISS. -- Skill without imagination is craftsmanship and gives us many useful objects such as wickerwork picnic baskets. Imagination without skill gives us modern art. -- Tom Stoppard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org