Chart indicating how strong various passwords are.

@kibcol1049

You should post another chart with unencrypted password brute force times and see what the comments bring.

I started playing around with Github Copilot this month with an old PHP v5.x application from 2010. One of the requests I made was to update the old PHP md5 code to the newer PHP password (bcrypt, Argon2) functions. It seemed trivial and a common request for it.