Fix: The secret passphrase in configuration (blowfish_secret) is too short.

Discussion in 'Linux' started by securityhope, Feb 21, 2017.

  1. securityhope

    securityhope Administrator Staff Member

    Joined:
    Aug 3, 2016
    Messages:
    1,241
    Likes Received:
    0
    Trophy Points:
    36
    Phpmyadmin appears "The secret passphrase in configuration (blowfish_secret) is too short." problem, you can solve the following methods:

    1. Open the config.default.php file in the directory phpmyadmin/libraries with the editor

    2. Find the following line: $ cfg ['blowfish_secret'] = 'here is the need for the phrase password'; (phrase password please fill out) such as 123456 success

    3. This problem occurs when you configure phpmyadmin to fill in the authentication method, that is, the following line:
    $ Cfg ['Servers'] [$ i] ['auth_type'] = 'cookie';
    There are four modes to choose from, cookie, http, HTTP, config
    Config mode that is input phpmyadmin visit the URL can be entered directly, without entering the user name and password, is not safe, is not recommended.

    4. When the set is cookie, http or HTTP, log phpmyadmin need data user name and password to verify, as follows:
    PHP installation mode for Apache, you can use http and cookies;
    PHP installation mode for the CGI, you can use the cookie

    upload_2017-2-21_14-26-2.png

    Searches related to The secret passphrase in configuration (blowfish_secret) is too short.

    • generate blowfish secret
    • the secret passphrase in configuration (blowfish_secret) is too short. centos
    • configuration of pmadb… not ok
    • blowfish password
    • create a database named 'phpmyadmin' and setup the phpmyadmin configuration storage there.
    • the phpmyadmin configuration storage is not completely configured
     

Share This Page

Share