Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Need help with IDEA Encryption

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with IDEA Encryption

    Hi, and thanks for reading this.

    I am a beginner in Java, with no prior experience and I have a task where I am supposed to implement the IDEA encryption and then make it communicate with a FPGA board.

    The problem here is that I do not know how to generate the 52, 16-bit, partial keys from the 128-bit key. The user will enter the key in hexa form, eg. 0x00010002000300040005000600070008. I have tried converting it into a BigInteger, but I have no idea how to continue from there. It was easier doing it on VHDL, but on Java, I have absolutely no idea how to. Here is how the keys are generated.

    Could you guide me through here? Thanks!


    EDIT: I don't need help already, managed to solve it myself.
    Last edited by finalforce; March 23rd, 2012 at 09:32 AM. Reason: Solved it myself


  2. #2
    Junior Member
    Join Date
    May 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Need help with IDEA Encryption

    share the solution dude..

Similar Threads

  1. JPCap TCP header encryption
    By proskopos in forum Java SE APIs
    Replies: 0
    Last Post: May 21st, 2011, 05:02 AM
  2. SMS Encryption Testing
    By ants_dj07 in forum Java ME (Mobile Edition)
    Replies: 5
    Last Post: March 27th, 2011, 11:14 AM
  3. Hello.. need help in encryption process
    By apisz8701 in forum Member Introductions
    Replies: 0
    Last Post: February 13th, 2011, 05:03 AM
  4. Java Encryption
    By xxcorrosionxx in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 9th, 2011, 04:12 AM
  5. Basic Java Encryption
    By BronxBomber in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 9th, 2010, 10:50 PM