secure-env icon indicating copy to clipboard operation
secure-env copied to clipboard

important security bug

Open aziz191546 opened this issue 3 years ago • 3 comments

ea why if add console.log(global.env.token) console show me my token not encrypted this is big security Probleme

aziz191546 avatar Jul 06 '22 18:07 aziz191546

Thanks for raising the issue. Maintainer(s) will look into this shortly.

github-actions[bot] avatar Jul 06 '22 18:07 github-actions[bot]

Shortly...

SnekCode avatar Jul 06 '23 17:07 SnekCode

Is this actually a security issue? It appears to be working as intended.

Throughout the entire code the value should be decrypted so it can be accessed and used.

No values should be encrypted in the code unless you re-encrypt it using another library.

KhalfaniW avatar Mar 18 '24 05:03 KhalfaniW