Jump to content

Including passwords in scripts


nick1

Recommended Posts

Greetings,

Lets say I have a PHP script that connects to a MySQL database.  This particular script creates tables, deletes tables, inserts rows, etc.  In order for this operation to be successfull, a username and password needs to be supplied in the script - in plain text.  *gets really nervous*

You probably see my question coming:
How do I protect the usernames and passwords I include in my scripts?  Is some type of encryption function available? Is there a different place where these credentials can be placed and yet still be referenced in the scripts.

Thank you for your time,

*Nick*
Link to comment
https://forums.phpfreaks.com/topic/22169-including-passwords-in-scripts/
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.