CapyKit/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_Pbkdf2.md

788 B

Pbkdf2 Method

Overload List

Pbkdf2(String) Generates a new Password object using the PBKDF2 algorithm with the provided password. This overload of the method generates a random salt value for added security.
Pbkdf2(String, Byte[]) Generates a new Password object using the PBKDF2 algorithm with the provided password and salt.

See Also

Reference

SecurityHelper Class
CapyKit.Helpers Namespace