Class PasswordInput

java.lang.Object
com.openstego.desktop.util.cmd.PasswordInput

public class PasswordInput extends Object
Utility class to handle console based password input
  • Method Details

    • readPassword

      public static String readPassword(String prompt) throws OpenStegoException
      Method to read password from the console
      Parameters:
      prompt - Prompt for the password input
      Returns:
      The password as entered by the user
      Throws:
      OpenStegoException