diff options
Diffstat (limited to 'passlib/utils')
| -rw-r--r-- | passlib/utils/handlers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/passlib/utils/handlers.py b/passlib/utils/handlers.py index 0bdf178..410ffca 100644 --- a/passlib/utils/handlers.py +++ b/passlib/utils/handlers.py @@ -172,7 +172,8 @@ class StaticHandler(object): The default :meth:`verify` method uses simple equality to compare hash strings. If your hash may have multiple encoding (eg case-insensitive), this - method should be overridden on a per-handler basis. + method (or the private :meth:`_norm_hash` method) + should be overridden on a per-handler basis. If your hash has options, such as multiple identifiers, salts, or variable rounds, this is not the right class to start with. |
