Wordpress Security - WordCamp Toronto
October 5th, 2008
Mark Jaquith came all the way from Florida to share his view of Wordpress Security.
Tips for better security with Wordpress
- Update to new release
- Use popular plugin
- Add this code to wp config
- Good password - has to be criptic, use shift key, different password for different sites, no personal info.. Check out Passwordone. Wytopia
- Use Subversion
- wp_specialchars()
- CSRF
- wp_nonce_field()
Great news, Wordpress is getting more secure with each new release.