Page 1 of 1

POSSIBLE PROBLEM $g_crypto_master_salt

Posted: 17 May 2019, 14:04
by mfaouzi
POSSIBLE PROBLEM
Unable to find a random number source for cryptographic purposes. You will need to edit E:\Apache2.4\htdocs\mantisbtawb\config\config_inc.php and set a value for
POSSIBLE PROBLEM $g_crypto_master_salt.png
POSSIBLE PROBLEM $g_crypto_master_salt.png (66.74 KiB) Viewed 5494 times
$g_crypto_master_salt manually

Re: POSSIBLE PROBLEM $g_crypto_master_salt

Posted: 17 May 2019, 15:11
by atrol
Might help, check the information for $g_crypto_master_salt at https://mantisbt.org/docs/master/en-US/ ... g.security

Re: POSSIBLE PROBLEM $g_crypto_master_salt

Posted: 19 May 2019, 02:57
by mfaouzi
Bonjour,

merci pour votre reponse mais c'est pas clair dans le lien.

c'un lien qui explique d'une maniere general la securité crypto. il ne donne pas la solution.

le probleme est toujours persiste

Re: POSSIBLE PROBLEM $g_crypto_master_salt

Posted: 19 May 2019, 08:17
by atrol
Add something like this to your config_inc.php

Code: Select all

$g_crypto_master_salt = 'SeceretStringWithLengthMoreThan16Characters';