-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
crypto.scrypt() #8417
Copy link
Copy link
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
@indutny would there be any support for adding
scryptSync()andscrypt()to thecryptomodule?There is already support for
PBKDF2butscryptcan offer an order of magnitude or more strength for the same derivation time.