FitNesse

PasswordCipher

A class used to encrypt password that will be written to a Password File. Here is the interface.
package fitnesse.authentication;

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

Keyboard Shortcuts ?

×
  • t Test
  • e Edit page
  • a Add new page
  • p Properties
  • w Where used?
  • / Focus on search bar
  • s Open search page
  • g u Go to User Guide