{"id":90618,"library":"symfony-password-hasher","title":"Symfony Password Hasher","description":"Provides password hashing utilities for secure password storage.","status":"active","version":"8.1.0","language":"php","source_language":null,"source_url":"https://github.com/symfony/password-hasher","tags":["password","hashing","security","symfony"],"install":[{"cmd":"composer require symfony/password-hasher","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"PasswordHasherFactory","correct":"use Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactory;"}],"quickstart":{"code":"use Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactory;\n\n$factory = new PasswordHasherFactory(['auto' => ['algorithm' => 'auto']]);\n$hasher = $factory->getPasswordHasher('auto');\n$hash = $hasher->hash('password123');","lang":"php","description":"Hash a password using the auto algorithm."},"warnings":[{"fix":"Ensure PHP 8.1+ and ext-sodium are installed.","message":"Requires PHP 8.1+ and the sodium extension for best algorithms.","severity":"breaking","affected_versions":">=8.1"}],"env_vars":null,"search_vec":"'hash':6,13 'hasher':3 'password':2,5,10,12 'provid':4 'secur':9,14 'storag':11 'symfoni':1,15 'util':7","created_at":"2026-06-19T09:06:06.623922+00:00","updated_at":"2026-06-19T09:06:06.623922+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":"https://symfony.com","github":"https://github.com/symfony/password-hasher","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}}