PBKDF2.this
this
(MACFactory prfFactory, size_t iterations)Constructs a PBKDF2 instance.
Parameters
prfFactory | A delegate that creates a MAC instance (PRF) for a given key. Example: (key) => new HMAC(new SHA1Digest(), key) |
iterations | The number of iterations to perform. |