how to encrypt data in c# and decrypt in java using AES algorithm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qas123
    New Member
    • Nov 2009
    • 1

    how to encrypt data in c# and decrypt in java using AES algorithm

    hello everybody,
    plz help me if somebody can..
    i m trying to encrypt data in c# and decrypt in java but so for no significant progress i could make.
    plz give me some tips regarding this all or send me some code if anyone of you have.
    i will b very thankfull to you people.
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    what did you do so far?
    Did you google for encryption package? JCE, the Java Cryptography Extension? Or do you have an new JDK where it's already inside?
    And then, did you try the code examples provided there for AES?

    Show us your code and the line where your "significan t progress" stopped. If we know where your problem is exactly, we will help.

    Comment

    Working...