I hope you're all doing great. I find myself in a bit of a coding
conundrum. We've got some older Perl CGI code handling our authorize.net
processing, and we're looking to make the switch to SHA-512 hashing.
Currently, we're using MD5 via the Digest:...