crypto.scryptSync
regression in Node 15: routines:EVP_PBE_scrypt:memory limit exceeded
#35815
Labels
crypto.scryptSync
regression in Node 15: routines:EVP_PBE_scrypt:memory limit exceeded
#35815
What steps will reproduce the bug?
Create
main.js
and run it.How often does it reproduce? Is there a required condition?
Calling
scryptSync
a few times always produces this error. This is not deterministic: sometimes 2 calls were enough, sometimes I need 3 calls.What is the expected behavior?
The script completes without any error
What do you see instead?
I see the following error:
Additional information
This is a regression in Node 15. Running the same code on the same computer with Node 14.14.0 works fine.
The text was updated successfully, but these errors were encountered: