You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes it is related to a problem. In #38 I have used bcrypt for password encryption with salt = 10. We can improve the security using other encryption techniques.
Additional context
Check out the code in #38. You can find the hashing code in user.model.js. Here is the link to the JS script.
Specifications
Algorithm design and implementation in JS is preferred instead of Python. If you manage to do it in Python create a PR and link it to this issue. I will refactor in JS.
Is your feature request related to a problem? Please describe.
Yes it is related to a problem. In #38 I have used bcrypt for password encryption with salt = 10. We can improve the security using other encryption techniques.
Additional context
Check out the code in #38. You can find the hashing code in
user.model.js
. Here is the link to the JS script.Specifications
Algorithm design and implementation in JS is preferred instead of Python. If you manage to do it in Python create a PR and link it to this issue. I will refactor in JS.
Action Items
The text was updated successfully, but these errors were encountered: