|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Java encryption <--> .NET encryptionHajo,
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 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 > |
|||||||||||||||||||||||