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 3 of 3

Thread: How to use Hasty pudding cipher algorithm to encrypt & dis-crypt data in java ...

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

    Lightbulb How to use Hasty pudding cipher algorithm to encrypt & dis-crypt data in java ...

    How to use Hasty pudding cipher algorithm to encrypt & dis-crypt data in java ...

    have to encrypt a number using HPC-Tiny 0–35 bits

    plz suggest me...



    Thanks
    vijaykamma


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to use Hasty pudding cipher algorithm to encrypt & dis-crypt data in java ...

    You should not expect unpaid volunteers to do your research for you. My advice - search the internet for the algorithm, find an implementation or pseudo-code, and make and attempt to write or incorporate it into your project. If you have problems along the way, please ask a specific question

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

    Default Re: How to use Hasty pudding cipher algorithm to encrypt & dis-crypt data in java ...

    Quote Originally Posted by copeg View Post
    You should not expect unpaid volunteers to do your research for you. My advice - search the internet for the algorithm, find an implementation or pseudo-code, and make and attempt to write or incorporate it into your project. If you have problems along the way, please ask a specific question
    i'm new to your forum... thanks for your advise.

Similar Threads

  1. Replies: 0
    Last Post: November 6th, 2011, 03:55 PM
  2. java ceaser cipher stanford lectures
    By forms in forum What's Wrong With My Code?
    Replies: 16
    Last Post: July 25th, 2011, 05:23 PM
  3. Creating Block cipher without the use of inbuilt java funcs
    By fortune2k in forum Algorithms & Recursion
    Replies: 0
    Last Post: November 15th, 2010, 09:43 AM
  4. Need Help for encrypt/decrypt.
    By superdhebz in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 17th, 2010, 12:17 PM
  5. Replies: 0
    Last Post: April 26th, 2009, 02:51 AM

Tags for this Thread