Fork me on GitHub
摘要: //通用RSA加密,可兼容.Net 6.0以下 string CommonRSAEncrypt(string publicKeyBase64, string plaintext) { try { byte[] publicKeyBytes = Convert.FromBase64String(pub 阅读全文
posted @ 2023-07-19 17:32 WantRemake 阅读(37) 评论(0) 推荐(0) 编辑
摘要: string publicRsaKey = "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6UCsvO/M/Q51ydlxvuvwy8W9yXkAWLLiG5eA2Duha9cr/XoWrQcETf7PRMNYaQs616PGhj0tnPfxfDltmeqTJQf8 阅读全文
posted @ 2023-07-19 17:23 WantRemake 阅读(170) 评论(0) 推荐(0) 编辑