{"id":93917,"library":"bordoni-phpass","title":"PHP Password Hashing Framework","description":"Portable PHP password hashing framework","status":"active","version":"0.3.6","language":"php","source_language":null,"source_url":"https://github.com/bordoni/phpass","tags":["password","hashing","security","authentication"],"install":[{"cmd":"composer require bordoni/phpass","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"PasswordHash","correct":"use Phpass\\PasswordHash;"}],"quickstart":{"code":"use Phpass\\PasswordHash;\n\n$hasher = new PasswordHash(8, false);\n$hash = $hasher->HashPassword('mypassword');\n$check = $hasher->CheckPassword('mypassword', $hash);","lang":"php","description":"Hash and verify passwords using portable hashing"},"warnings":[{"fix":"Use password_hash() and password_verify() instead","message":"PHPass is outdated; prefer PHP's native password_hash() for new projects","severity":"gotcha","affected_versions":">=0.3.0"}],"env_vars":null,"search_vec":"'authent':13 'framework':4,9 'hash':3,8,11 'password':2,7,10 'php':1,6 'portabl':5 'secur':12","created_at":"2026-06-19T09:58:08.086657+00:00","updated_at":"2026-06-19T09:58:08.086657+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/bordoni/phpass/","github":"https://github.com/bordoni/phpass","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}