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

Suggestion to Change RSASSA-PKCS1-v1_5 Padding Mode for Improved Security #466

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

Comments

@tianjk99
Copy link

Please check if there is an issue with signing using RSASSA-PKCS1-v1_5 padding mode.

  1. src/util/ws.js, line 31
  2. src/util/ws.js, line 290
  3. src/util/ws.js, line 304

It's important to note that the PKCS#1 v1.5 padding scheme is considered insecure due to vulnerabilities, such as the RSA-PKCS1-v1_5-Attack in RSA signatures. To enhance the security of your code, I would recommend considering a switch to the RSASSA-PSS (Probabilistic Signature Scheme) padding scheme.

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