Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Large number arithmetics (Decrypting RSA signature)
Message
From
02/12/2004 15:44:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Large number arithmetics (Decrypting RSA signature)
Miscellaneous
Thread ID:
00966499
Message ID:
00966499
Views:
63
I have a RSA signature S (128 byte integer )
and modulus n (also 128 byte integer)

I need to calculate

( S**3 ) MOD n

All I need is to perform exponent ( S**3 ) and MOD operation on
128 byte integers.

Is there any large integer class callable from FoxPro which can calculate this ?

I looked also _cypt.vcx foundation class and into Windows Crypto API but
havent found any function which does this.

Any idea ?
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform