Hola.
Estoy usando .NET para desarrollar una aplicacion segura con encriptacion.
RSA OAEP el cual aparentemente no es soportando en la plataforma windows
2000 y service pack 4.0. Alguien tiene alguna idea de como solucionarlo.
El error es el siguiente
"
System.Security.Cryptography.CryptographicException: Direct Encryption and
decryption using RSA OAEP padding are not available on this platform.
at
System.Security.Cryptography.RSACryptoServiceProvider._EncryptPKWin2KEnh(Int
Ptr hPubKey, Byte[] rgbKey, Boolean fOAEP)
at System.Security.Cryptography.RSACryptoServiceProvider.Encrypt(Byte[]
rgb, Boolean fOAEP)
at
System.Security.Cryptography.RSAOAEPKeyExchangeFormatter.CreateKeyExchange(B
yte[] rgbData)
"
Gracias por la AYUDA
Leer las respuestas