interface webcrypto.Pbkdf2Params extends Algorithm Usageimport { type webcrypto } from "node:crypto"; type { Pbkdf2Params } = webcrypto; Properties hash: HashAlgorithmIdentifier iterations: number salt: BufferSource