Hashed PasswordType base class, not to be used by itself.
Application configuration can have two options: * pre_salt: Added before the password value when being hashed. * post_salt: Added after the password value when being hashed. * iterations: Number of times to hash the resulting string.
The same options can be passed at the time of conversion, but they will override application values, not added to them.