Best security practices – hardening WordPress
-
Hi @nagdy
Thank you very much for this plugin. I like the idea of rotating WordPress salts. I also like the idea of set and leave by periodically getting this done automatically – sort of like a set and forget. Don’t you think that it’s counter-intuitive though to leave wp-config.php writeable?
The manual approach is good however some network admins & developers would forget to put the file back to un-writable. This happens quite a lot in my experience.
Perhaps a combination of:
- shell script fired by contrab schedule to change the permissions
- and a PHP script to fire the salt rotations
…will be the best way to implement this?
I haven’t played with this idea but I’m thinking of safeguards to ensure the WordPress will only fire the routine if the request came from the server (or valid servers if with load balancer).
Appreciate your thoughts. Thanks, mate.
MC
The topic ‘Best security practices – hardening WordPress’ is closed to new replies.