POSSIBLE PROBLEM $g_crypto_master_salt

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
mfaouzi
Posts: 3
Joined: 17 May 2019, 13:31

POSSIBLE PROBLEM $g_crypto_master_salt

Post 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 5459 times
$g_crypto_master_salt manually
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: POSSIBLE PROBLEM $g_crypto_master_salt

Post by atrol »

Might help, check the information for $g_crypto_master_salt at https://mantisbt.org/docs/master/en-US/ ... g.security
Please use Search before posting and read the Manual
mfaouzi
Posts: 3
Joined: 17 May 2019, 13:31

Re: POSSIBLE PROBLEM $g_crypto_master_salt

Post 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
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: POSSIBLE PROBLEM $g_crypto_master_salt

Post by atrol »

Add something like this to your config_inc.php

Code: Select all

$g_crypto_master_salt = 'SeceretStringWithLengthMoreThan16Characters';
Please use Search before posting and read the Manual
Post Reply