Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard-coded Password in HMAC #120

Open
tianjk99 opened this issue Dec 8, 2023 · 0 comments
Open

Hard-coded Password in HMAC #120

tianjk99 opened this issue Dec 8, 2023 · 0 comments

Comments

@tianjk99
Copy link

tianjk99 commented Dec 8, 2023

Please check if there is any problem with using fixed password.

  1. f2etest-web\control\statteam.js, line 119

The presence of a hardcoded password in the HMAC implementation introduces vulnerabilities that can compromise the security of our application. Using a fixed password may reduce security and easily cause key exposure, difficulty in key rotation, and encryption failure. For enhanced security, it is recommended to remove hardcoded passwords and store passwords securely using industry-standard practices such as hashing and salting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant