Mailinglist Archive: opensuse (2387 mails)

< Previous Next >
Re: [opensuse] Problems with phpMyAdmin
  • From: Anton Aylward <anton.aylward@xxxxxxxxxx>
  • Date: Fri, 13 Nov 2009 19:33:22 -0500
  • Message-id: <4AFDFAD2.3000804@xxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >