in reply to Re^2: How to store a password in a file
in thread How to store a password in a file

the passwords should be hashed

You can't hash a password you need to transmit.

and the OP shouldn't be "sending" a password anywhere-- the user should submit one and the program compares it

The program is the user, so your statement is a contradiction.

  • Comment on Re^3: How to store a password in a file