Hi, I am developing a Windows Phone 8.1 app that uses BouncyCastle. I
Downloaded Latest Version of Portable BouncyCastle via Nuget. Previously I
Used a Dll file named BouncyCastle.Crypto.WP71.dll for my Silverlight app.
but when I use your library Sometimes (not always) server side code can't
decrypt my message(InvalidCipherTextException). here is link to my method .
in server side i use the following artificat
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-jdk16</artifactId>
    <version>1.46</version>
</dependency>

i see bouncycastle java release note and i see they fixed several issues
with ECIES in newer versions :
<artifactId>bcprov-jdk15on</artifactId>


https://1drv.ms/u/s!Auo0AvatoUYOiptFBZXrT7ZCdWulYw

Thanks in advance

Reply via email to