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::MD5 Perl module.I'm wondering if there are any Perl programmers out there who've tackled a similar transition. I'm particularly interested in how you managed the shift to SHA-512 and if you could share any tips or resources.I'm using LWP::UserAgent for direct POSTs, so if anyone has experience with this combination, your insights would be incredibly valuable. Looking forward to your input! Thanks in advance!
09-10-2023 11:41 PM
Ana,
If you don't get a helpful response here, post to stackoverflow or stackexchange....
hth!
David
09-13-2023 11:28 AM