Skip to main content
참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.
Provides a synchronous variant of scrypt. This will completely lock up and freeze the UI in a browser and will prevent any event loop from progressing. For this reason, it is preferred to use the async variant.

Parameters

Returns

string The key derived from the password.

Example

Source

crypto/scrypt.ts:153