Derives a key of any length from a password using the SCRYPT algorithm from RFC7914.
Public Function pbeScrypt ( _ dkBytes As Long, _ lpPwd() As Byte, _ lpSalt() As Byte, _ nParamN As Long, _ nParamR As Long, _ nParamP As Long, _ Optional nOptions As Long = 0 _ ) As Byte()
N
("costParameter"
), a number greater than one and a power of 2.r
("blockSize"
).p
("parallelizationParameter"
).