cancel
Showing results for 
Search instead for 
Did you mean: 

Need Guidance on Integrating SHA-512 with Perl CGI

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!

Ana_Grace
Member
1 REPLY 1

Ana,
If you don't get a helpful response here, post to stackoverflow or stackexchange....
hth!
David

marine2026
Trusted Contributor