Skip to content

adding sha512 rounds to pam  #3

@slimm609

Description

@slimm609

the default number of rounds is 5000. Increasing this number adds to the time it would take to brute-force or find a collision, while adding very little time to user login time. The chance of finding a collision is very low but this is an easy step to reduce it even more.

password    [success=1 default=ignore]  pam_unix.so obscure try_first_pass sha512 rounds=200000

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