Skip to main content
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
Return the PBKDF2 for keylen bytes for password using the salt and using iterations of algo. This PBKDF is outdated and should not be used in new projects, but is required to decrypt older files.

Parameters

Returns

string The key derived from the password.

Example

Source

crypto/pbkdf2.ts:55