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

Resources.FitNesseRoot.FitNesse.UserGuide.AdministeringFitNesse.PasswordCipher.content.txt Maven / Gradle / Ivy

There is a newer version: 20250223
Show newest version
A class used to encrypt password that will be written to a PasswordFile.  Here is the interface.
{{{
package fitnesse.authentication;

public interface PasswordCipher
{
	public String encrypt(String password) throws Exception;
}
}}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy