Class SecurePassword

java.lang.Object
org.h2.samples.SecurePassword

public class SecurePassword extends Object
This example shows how to secure passwords (both database passwords, and account passwords).
  • Constructor Details

    • SecurePassword

      public SecurePassword()
  • Method Details

    • main

      public static void main(String... args) throws Exception
      This method is called when executing this sample application from the command line.
      Parameters:
      args - the command line parameters
      Throws:
      Exception - on failure