Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    1+2+4+16 = 23
  2. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    Now we're getting into higher math.
  3. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    Very good Sean. Using BigDecimal does it.
  4. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    So the website is wrong.
  5. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    You'll have to find a math guy for help on this one.
  6. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    That's the way it goes sometimes.
    Double check your code.
  7. [SOLVED] Re: RSA encryption based from a Sample Alice and Bob's key.

    int encrypted = encrypt(2, e, p, q); // here value is 2
    vs
    int encrypted = encrypt('2', e, p, q); // here it is '2' or 50
Results 1 to 7 of 7