• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RSA 1024 Encryption in java, Decryption in dotnet

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i am working on a prototype where i need to encrypt the data in java and the encrypted data need to decrypt in dotnet. the keys are generated in .net/java (doesn't matter). I am able to persist the keys in a flat file (xml file). I am able to do this in java and .net. loading the keys and encryption/decryption is made possible only with their respective (java should load java generated keys and same for dotnet) public and private keys loaded.

I am getting negitive results when i trying the encrypt the data in java and decrypt the encrypted data in dotnet. could you please let me know whether this is feasiable or not?

regards
satish
[ August 15, 2006: Message edited by: Satish Pulavarthy ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic