mystuff/www/py-flask-bcrypt/pkg/DESCR

7 lines
190 B
Plaintext
Raw Normal View History

2023-10-06 19:24:31 +02:00
Flask-Bcrypt is a Flask extension that provides bcrypt
hashing utilities for your application.
For sensitive data that must be protected, such as passwords,
bcrypt is an advisable choice.