I'm writing a program and debating on two ways to store information (possibly including passwords).
Would files be better, or a mysql database? I'm thinking files as with mysql, there's always the chance that there's some kind of exploit that allows users to view info from others' DBs, or a backup ending up in a public location or badly chmodded, but want a second opinion.
If it would be files, they would be chmodded 700 and owned by root.
Would files be better, or a mysql database? I'm thinking files as with mysql, there's always the chance that there's some kind of exploit that allows users to view info from others' DBs, or a backup ending up in a public location or badly chmodded, but want a second opinion.
If it would be files, they would be chmodded 700 and owned by root.
