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