python-flask-bcrypt

Python 2 flask extension that provides bcrypt hashing utilities
  http://readthedocs.org/docs/flask-bcrypt/
  0
  no reviews



Due to the recent increased prevelance of powerful hardware, such as modern GPUs, hashes have become increasingly easy to crack. A proactive solution to this is to use a hash that was designed to be "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally structured to be slow.

This is a Python 2 package