in reply to Re: How to use salt with CGI::Application::Plugin::Authentication
in thread How to use salt with CGI::Application::Plugin::Authentication

I want to use a different salt for each account. The salt *is* eventually appended to the password but stored separately. Storing them in a different table instead of a different column was just an added (perhaps unnecessary) security step.

Thanks for your suggestion. I have been trying it out. The 'Columns' has been added but as of yet, I haven't been able to get the sub cryptmd5_filter working.
  • Comment on Re^2: How to use salt with CGI::Application::Plugin::Authentication