Home All Groups Group Topic Archive Search About

Java encryption <--> .NET encryption

Author
16 Mar 2005 11:56 AM
Gawel
Hajo,
I need to exchange encypted data between
..NET and Java environments. The first
problem I encountered is that symmetric
ciphers in .NET needs initialization
vector and Java counterparts don't.

Can some one point me out the place
where I can find any practise and
patterns for encrypted communication
between Java and .NET ?

thanks for any info

Gawel

Author
17 Mar 2005 8:01 PM
tragic_hip
Take a look at:
http://www.jensign.com/JavaScience/dotnet/RSAEncrypt/

and java does have IV as well, as an algorthm parameter.

Karl

Show quote
"Gawel" wrote:

> Hajo,
> I need to exchange encypted data between
> ..NET and Java environments. The first
> problem I encountered is that symmetric
> ciphers in .NET needs initialization
> vector and Java counterparts don't.
>
> Can some one point me out the place
> where I can find any practise and
> patterns for encrypted communication
> between Java and .NET ?
>
> thanks for any info
>
> Gawel
>

AddThis Social Bookmark Button