Class RemovePasswords

java.lang.Object
org.h2.dev.util.RemovePasswords

public class RemovePasswords extends Object
A tool that removes passwords from an unencrypted database.
  • Constructor Details

    • RemovePasswords

      public RemovePasswords()
  • Method Details

    • main

      public static void main(String... args) throws Exception
      Run the tool.
      Parameters:
      args - the command line arguments
      Throws:
      Exception