摘要:
//通用RSA加密,可兼容.Net 6.0以下 string CommonRSAEncrypt(string publicKeyBase64, string plaintext) { try { byte[] publicKeyBytes = Convert.FromBase64String(pub 阅读全文
摘要:
string publicRsaKey = "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6UCsvO/M/Q51ydlxvuvwy8W9yXkAWLLiG5eA2Duha9cr/XoWrQcETf7PRMNYaQs616PGhj0tnPfxfDltmeqTJQf8 阅读全文