package fitnesse.authentication;
public interface PasswordCipher
{
public String encrypt(String password) throws Exception;
}
package fitnesse.authentication;
public interface PasswordCipher
{
public String encrypt(String password) throws Exception;
}