{"library":"py-bcrypt","title":"py-bcrypt","description":"A minimal bcrypt password hashing and key derivation library for Python. Current version 0.4 is outdated and no longer maintained; most users should switch to bcrypt or passlib.","language":"python","status":"abandoned","last_verified":"Fri May 01","install":{"commands":["pip install py-bcrypt"],"cli":null},"imports":["import bcrypt"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import bcrypt\n\npassword = b\"my_password\"\nhashed = bcrypt.hashpw(password, bcrypt.gensalt())\nif bcrypt.checkpw(password, hashed):\n    print(\"Password matches\")","lang":"python","description":"Hash a password and verify it.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}