Added a simple import/export module.
Use a plain input txt/csv file with plain password for each row and HashMe will output a plain txt/csv file with 2 columns; the first one is the plain password, the second one is the hashed password.
The columns will be separated by semicolon.
General program refactoring.