You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Cloudflare createHash polyfill to support md5 and hex encoding
Since the md5 method in cf/src/connection.js expects to be able to call
crypto.createHash('md5').update(x).digest('hex')
This was causing md5 password auth to hang when used from a Cloudflare
worker, but now I've confirmed md5 password auth works.
0 commit comments