Я видел RSACryptoServiceProvider и класс RSA в dotnet, но не нашел способа разместить свои открытый ключ явно.
Чего я хочу:
Код: Выделить всё
string encryptedString Encrypt(string data, string publicKey, RSAEncryptionPadding.Pkcs1) { //code here. }Подробнее здесь: https://stackoverflow.com/questions/651 ... et-c-sharp
Мобильная версия