Quote Originally Posted by sankarv
The encryption function is:




Hi Adak. Instead of this i used


Encrypt=(T^3) % 33

Decrypt=(C^7) % 33

Please see the link i specified above the code.


Anyway how will u code what u have presented here?

Anybody please explain how to code that...

I'm toast, and MUST get some zzz's. I'll take another look at your link tomorrow, at first glance, it has good stuff on it, but I didn't see any actual code, at all.

The thing that struck me immediately is that BIG BIG BIG number that is the result of the exponentiation. And the "^" is the exponentiation sign NOT XOR, as the above poster kindly pointed out.

Do you have a function to handle super large numbers? Why don't you google for this, and I'll check in with you in about 10 hours from now. (2:00 pm, Pacific Daylight Time).

Another resource I'd like you to check is the newsgroup sci.crypto (iirc), they're WAY into this kind of thing.

Adak