Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-16 00:41:32 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-26 23:34:18 +0300
commit69bc86677345a875c442c0a40d2836369bc7afbb (patch)
treed640d0587009e9e3bef5f23daa0c5f5f7400cb4b /config.sample.inc.php
parent700db7e72b2aba5649832e73496743cdfc257fb3 (diff)
Document how to generate a string of random bytes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 5ba637c759..2fca0b5bc4 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -11,7 +11,7 @@ declare(strict_types=1);
/**
* This is needed for cookie based authentication to encrypt the cookie.
- * Needs to be a 32-bytes long string of random bytes.
+ * Needs to be a 32-bytes long string of random bytes. See FAQ 2.10.
*/
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */