flask_bcrypt

Because there seems to be some errors in the official documents, a demo that can run normally is implemented here.

Github : https://github.com/stwater20/flask_bcrypt

how to use

conda install --file requirements.txt or pip install -r requirements.txt

python bcrypt.py
http://{your_ip:port}:encrypt
data:{put_your_key}

response String -> $2b$12$D593RvtunfXMQG1aPxxvqecu5VJDqvxr.tWDLCHftaPPyMeYv.7wy

http://{your_ip:port}:encrypt
data:{put_your_key}

response String -> True or False

License

MIT

--

--

NTUT CSIE | Biomedical Informatics Lab | github.com/stwater20 | sectools.tw

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store