# 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