# CompareHashedPassword Method ## Overload List
CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[]) Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified algorithm to retrieve the hashed version of the password and then compares it with the existingPassword.
CompareHashedPassword(T)(Password, String, Byte[], Object[]) Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified password algorithm type T to retrieve the hashed version of the password and then compares it with the existingPassword.
## See Also #### Reference SecurityHelper Class CapyKit.Helpers Namespace