I am wondering how to safely store various passwords in a config file so that only the server can read them, any suggestions? I have 3 different passwords for the different connection types, login, normal, admin. How to i seperate them can i do something like
[.login]
..login password and path etc
[.normal]
..normal password and path etc
Thanks