Search:

Type: Posts; User: vijaykamma

Search: Search took 0.13 seconds.

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

    i'm new to your forum... thanks for your advise.
  2. Replies
    17
    Views
    1,881

    Re: Prime number solver.

    check this code..... it may helpfull....

    class Primes {
    public static void main(String[] args) {
    int num = 10;
    System.out.println("Prime numbers below number"+num+" are:");
    for (int...
  3. Replies
    3
    Views
    1,116

    Re: Whats wrong?

    String input = input; // is not acceptable because... input variable is already there...

    it gives compile error......at this point ....

    if we change String input1 =...
  4. Replies
    1
    Views
    1,617

    [SOLVED] Re: Need help with IDEA Encryption

    share the solution dude..
  5. 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
  6. Replies
    1
    Views
    1,891

    Re: Inter-Servlet Communication

    use RequestDispatcher
  7. Replies
    1
    Views
    740

    hello pals ...

    hi frnds..
    this is vijay..
Results 1 to 7 of 7