mystuff/www/flask-bcrypt/pkg/DESCR

2 lines
187 B
Plaintext
Raw Normal View History

2023-07-06 16:04:40 +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.