[ 原始碼: flask-bcrypt ]
套件:python3-flask-bcrypt(0.7.1-2)
python3-flask-bcrypt 的相關連結
Debian 的資源:
下載原始碼套件 flask-bcrypt:
維護小組:
外部的資源:
- 主頁 [readthedocs.org]
相似套件:
Python 3 flask extension that provides bcrypt hashing utilities
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 3 package
其他與 python3-flask-bcrypt 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-bcrypt
- password hashing library for Python 3
-
- dep: python3-flask
- micro web framework based on Werkzeug and Jinja2 - Python 3.x