[squid-users] squid_db_auth to support md5 encrypted passwords patch

2010-07-08 Thread Milen Pankov
Hi, Recently I needed to use squid_db_auth against mysql database with md5 encrypted passwords. I read a recent discussion on this list (Joomla DB authentication support hits Squid!:)) that was regarding integration with joomla database, but this wasn't working for me. Here's a patch that makes

Re: [squid-users] squid_db_auth to support md5 encrypted passwords patch

2010-07-08 Thread Amos Jeffries
Milen Pankov wrote: Hi, Recently I needed to use squid_db_auth against mysql database with md5 encrypted passwords. I read a recent discussion on this list (Joomla DB authentication support hits Squid!:)) that was regarding integration with joomla database, but this wasn't working for me. Here

Re: [squid-users] squid_db_auth to support md5 encrypted passwords patch

2010-07-13 Thread Henrik Nordström
tor 2010-07-08 klockan 12:35 +0300 skrev Milen Pankov: > Recently I needed to use squid_db_auth against mysql database with md5 > encrypted passwords. Hmm.. Unsalted MD5 password hashing is not very good as it's subject to precomputed dictionary attacks and also immediately reveals when two or mo