Skip to content

Typos in PasswordEncoder Javadocs #5579

@joshlong

Description

@joshlong
  • @deprecated Digest based password encoding is not considered secure. Instead use an
  • adaptive one way funciton like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
  • SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
  • password upgrades. There are no plans to remove this support. It is deprecated to indicate
  • that this is a legacy implementation and using it is considered insecure.

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