blob: f3953e26b19efd78c76144a6a920258cb0ee68b6 [file] [log] [blame]
.. _api.webapp2_extras.security:
Security
========
.. module:: webapp2_extras.security
This module provides security related helpers such as secure password hashing
tools and a random string generator.
.. autofunction:: generate_random_string
.. autofunction:: generate_password_hash
.. autofunction:: check_password_hash
.. autofunction:: hash_password
.. autofunction:: compare_hashes
.. _Werkzeug: http://werkzeug.pocoo.org/