Hi, I need to establish communication to a server and sign the data I send
They sent me by email a File (Testing.pfx) and the password for it (Pass)
I need to encode a string (strExample) using the pfx file and the password, with SHA512 and padding PKCS1
Have anyone any ideas on how to do that?
Any help will be much apprecciated
Many thanks
They sent me by email a File (Testing.pfx) and the password for it (Pass)
I need to encode a string (strExample) using the pfx file and the password, with SHA512 and padding PKCS1
Have anyone any ideas on how to do that?
Any help will be much apprecciated
Many thanks