Class RemovePasswords


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

      Constructors 
      Constructor Description
      RemovePasswords()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Run the tool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemovePasswords

        public RemovePasswords()
    • Method Detail

      • main

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