Signing and verifying signatures with RSA C#
问题 I recently posted about issues with encrypting large data with RSA, I am finally done with that and now I am moving on to implementing signing with a user\'s private key and verifying with the corresponding public key. However, whenever I compare the signed data and the original message I basically just get false returned. I am hoping some of your could see what I am doing wrong. Here is the code: public static string SignData(string message, RSAParameters privateKey) { //// The array to