This class implements a command line utility for creating and reading stash files.
The stash file stores two passwords in encrypted form. When the file is being
written the password are being enrypted and when the file is being read the
password are being decrypted by this utility.
These two passwords are passed as command line parameters to this utility.
Utility usage:
StashFile []
Only the password is required. The
is optional. If only a single password is specified at
the command line, then only this single password is written to the stash file.
The main method of the command line utility class. Takes as arguments one or two passwords. The first one is the
key store password and the second is the key password.