# GetPassword Method ## Overload List
GetPassword(T)(String, Object[]) Retrieves a Password object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded GetPassword(T)(String, Byte[], Object[]) method with the given password and the generated salt as arguments.
GetPassword(T)(String, Byte[], Object[]) Retrieves a Password object using the specified password, salt, and optional constructor arguments.
## See Also #### Reference SecurityHelper Class CapyKit.Helpers Namespace