Php – Storing plain text passwords

airpasswordsPHP

I'm working on an AIR application with a web back end. I need to store passwords for other websites (like how some websites do).

What is the best way to store those passwords and transfer them between the PHP back end and the AIR application?

Thanks,

Best Answer

  • Encrypt them on the back end and only transfer them over SSL protected channels.
  • Use OpenID