All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.soffa.foundation.commons.PasswordEncoder Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.commons;

public interface PasswordEncoder {
    String encode(String rawPassword);

    boolean matches(String rawPassword, String encryptedPassword);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy