|
-
Oct 26th, 2004, 08:27 AM
#1
Thread Starter
Fanatic Member
Reverse Modulus?
I take a number (3) and do the following to it:
Num1= (3+7)%10
This gives us 10%10. The remainded of 10/10 is 0.
Now how can I work backward from this answer to get back to 3. I need to somehow "reverse" the modulus operation. This is for a simple Encryption/Decryption program. Any help appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|