Intro Doesn’t matter whether it’s a CakePHP app for a client, your own personal CMS, or any
other web based application. If your passing around passwords or other sensitive info you should really
implement SSL. SSL provides 2 main perks to your visitors.
First it encrypts all communication that flies across the web. This prevents curious or devious billies
from getting your secrets. Secondly it ensures to the user that your server is in fact who it claims, and
not a nasty ‘man in the middle” attack.