Skip to content

FR: Password hashing in PHP 7.2 using Argon2 #22347

@Jamesking56

Description

@Jamesking56

Argon2 is a new password hashing algorithm added to PHP 7.2. It is more secure and faster than Bcrypt.

Is it possible to expose this functionality in Laravel? One way I believe this can be done with backward compatibility is to set which hashing algorithm to use using either a config value or env. Some Laravel apps will already have hashed passwords in the DB using Bcrypt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions