Psecret
Bun

property

crypto.Argon2Parameters.secret

secret?: string | ArrayBuffer | ArrayBufferView<ArrayBufferLike>

OPTIONAL, Random additional input, similar to the salt, that should NOT be stored with the derived key. This is known as pepper in password hashing applications. If used, must have a length not greater than 2**32-1 bytes.