Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
working with large numbers in RSA
Name: sanjeevkanth Date: July 17, 2003 at 23:13:35 Pacific OS: win 98 CPU/Ram: celeron / 128
Comment:
Iam working on RSA algorithm. I need to understand how one can work with large numbers as long as 100 digits , large prime generations. And then we need to add , * , / , ^ such large numbers .But no programming language gives us the way to deal with numbers as long as 100 digits. In java the limit is 19 - 20 digits. What is the possible solution to this problem . And is there any RSA algorithm (practical one) available any where on net.
Also note that java has quite a few RSA classes available for use, and they do seem to use BigInteger. See what they've got at http://java.sun.com/j2se/1.4.1/docs/api/ -SN
Summary: I keep getting mathematical errors when trying to use numbers greater than about 2^32 in Fortran 77. I have to do this project in FORTRAN and as of now I can't see of any way to avoid using the multi...
Summary: I just want to work with unix shellscripts in windowXP environment with out installing unix OS. Is there any software which makes my work easy? OR do i have to install Unix? ...
Summary: anonprocy in reply to your comments.. "That's a good idea. Are you calling fseek()/lseek() during this operation?" Yes I am using fseek or the 64 bit version fseeko64() which the compliler does not co...