How smart is storing passwords and usernames in files?
So, I wanted to make a login system with PHP, and basically what it would do would be to have a file for usernames and a file for passwords so when a user tries to log in, it just gets information from both files and matches … Continue reading How smart is storing passwords and usernames in files?