illuminate/hashing
Laravel’s hashing component for securely storing and verifying passwords. Provides simple APIs and drivers for bcrypt and Argon2 (including Argon2id), automatic rehashing when options change, and configurable settings for cost and memory/time limits.
password_hash() for standalone projects) or if specialized cryptographic needs exist beyond Laravel’s supported algorithms (e.g., custom blockchain hashing). Avoid if your project has zero dependency on Laravel’s architecture, as pulling this standalone adds unnecessary overhead.How can I help you explore Laravel packages today?