noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

Noobaa Account: Replace bcrypt password hashing by crypto

Open aspandey opened this issue 6 months ago • 0 comments

As bcrypt is not under active maintenance, we need to replace it with node.js crypto hashing module.

This PR is in line with https://github.com/noobaa/noobaa-core/pull/8213

IN this PR I tried to implement in-built node.js crypto module. Over all approach is same. We just need to implement two addition functions to create hash and verify that hash.

aspandey avatar Aug 05 '24 05:08 aspandey