I'm pretty sure it doesn't, but I want to confirm whether the SCrypt implementation in Bouncy Castle for Java, SCrypt.generate()
, includes the parameters in the result (like an implementation for NodeJS does).
Does the Bouncy Castle SCrypt implementation include the factors in the result?
353 views Asked by Pablo Fernandez At
1
No Bouncy castle does not include them in result, but if you want similar result you can use SpringFramework SCrypt.
Here is the link for the SpringFramework crypto.