Sitemap

flask_bcrypt

Apr 5, 2021

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

encrypt — Methods => POST

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

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

Press enter or click to view image in full size

decrypt — Methods => POST

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

response String -> True or False

Press enter or click to view image in full size

License

MIT

--

--