I run phpMyAdmin on cluster of different machines and password encryption in cookie auth doesn't work. ΒΆ
If your cluster consist of different architectures, PHP code used for encryption/decryption won't work correct. This is caused by use of pack/unpack functions in code. Only solution is to use mcrypt extension which works fine in this case.