Click to See Complete Forum and Search --> : passwords in flatfiles


e39m5
12-27-2003, 11:10 PM
hmm, ive been trying to find a way to store passwords and usernames ina flatfiles and i think i found a way. i store my passwords in a .php file and at the top have the die command, is this completely secure???

pyro
12-27-2003, 11:18 PM
Is anything completely secure??

LordShryku
12-27-2003, 11:55 PM
Nothing is completely secure. Ever.

e39m5
12-28-2003, 11:14 AM
but it is the best way to store passwords in a flatfile, right, well with php or txt

Merve
12-28-2003, 11:36 AM
What about htaccess?

greg252
12-28-2003, 01:00 PM
Is the file outside of the web root?

e39m5
12-28-2003, 01:39 PM
the file is in a different folder, htaccess is flatfile?