Posts Tagged ‘web security’

Mark Jaquith came all the way from Florida to share his view of Wordpress Security.

IMG_2402wc.JPG

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.