PHP: md5('240610708') == md5('QNKCDZO') | Hacker News [news.ycombinator.com]
А тем временем в питоне
In [2]: md5('240610708').hexdigest()
Out[2]: '0e462097431906509019562988736854'
In [3]: md5('QNKCDZO').hexdigest()
Out[3]: '0e830400451993494058024219903391'
In [4]: md5('240610708').hexdigest() == md5('QNKCDZO').hexdigest()
Out[4]: False
PHP: md5('240610708') == md5('QNKCDZO') | Hacker News
news.ycombinator.com
Online PHP shell | 150+ versions + stats + vld + hhvm
Execute your php code; get performance statistics and compare output from all versions
3v4l.org