
Resources.FitNesseRoot.FitNesse.UserGuide.AdministeringFitNesse.PasswordCipher.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
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