phogue / Potato

Procon 2 is a (long promised and often postponed) second release of the Procon admin tool for gameservers. Once released, it will allow managing several games and automating tasks via plugins.
https://myrcon.com/
Apache License 2.0
20 stars 4 forks source link

Include encryption on config commands #65

Closed phogue closed 10 years ago

phogue commented 10 years ago

Certain config commands currently include plain text passwords to authenticate with the game servers. This is to be modified so no passwords are stored in plain text, but instead encrypted with the command server key.

phogue commented 10 years ago

InstanceAddConnection commands, containing plain text game server passwords, are now encrypted.