Problema en la encriptacion

04/09/2003 - 00:09 por Edgar Zelada | Informe spam
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

#1 Nilda Beatriz Díaz
04/09/2003 - 00:41 | Informe spam
Creo que solo corre en 2003, pero mejor colocas este mensaje en el grupo
"microsoft.public.es.dotnet.framework" en este mismo servidor.

Suerte
Nilda Beatriz Díaz
MS - MVP
Desde el tercer planeta a partir del Sol
"Edgar Zelada" escribió en el mensaje
news:
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



Preguntas similares