Class LegacyMessageDigestPasswordEncoder

  • All Implemented Interfaces:
    org.springframework.security.crypto.password.PasswordEncoder
    Direct Known Subclasses:
    LegacyPasswordEncoder

    public class LegacyMessageDigestPasswordEncoder
    extends LegacyBaseDigestPasswordEncoder
    This is a port of Spring Core's original MessageDigestEncoder to maintain backwards compatibility. It is not considered secure! It maintains the original license header which by coincidence is the same license as this project.