Jump to content

PHP/MYSQL Deployment question


JonasE

Recommended Posts

Hello all,

I hope this is in the right forum. This is my first PHP project as most of my work so far has been in Rails...
I am currently developing a PHP application for a small company to be run on their Intranet (no external access).
For the user section I am planning to just use MD5 for encryption of passwords, as only one person will be administering the application. My question is, is there a way for me to include a MD5 encrypted password in the initial database setup script? I.E. can I store an already encrypted password for a user in the .sql file used to setup the database for the application? I will not set this up on site, which is why this is a bit of a problem for me... How do you guys usually get around this issue?

Thanks,

Jonas
Link to comment
https://forums.phpfreaks.com/topic/34357-phpmysql-deployment-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.