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

io.github.util.encryption.EncryptionUtil Maven / Gradle / Ivy

The newest version!
package io.github.util.encryption;

public interface EncryptionUtil {
    String Encipher(String password) throws Exception;
    String Decrypt(String password) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy