User Profile
Collapse
-
thank u so much for ur explanation. i forgot to tell the details of base value.
The base value is of 15 bytes length. i have to encrypt 15 bytes length of data....Leave a comment:
-
-
i should store this 64 bytes in an array.actually my requirement is RSA encryption. in that for encrypting data C=m^e mod n. this is the formula for that.
now 'm' is the plain text to be encrypted and n is 512 bit modulus value.e is 64 byte Encryption exponent value. so how should i deal this?...Leave a comment:
-
-
and dis exponentiation is for RSA algorithm whose modulus value should be 512 bits.Leave a comment:
-
-
-
ya wat u said is right. but my problem is , in my application i do have value of 15 byte value.(i.e the total no. is 15 byte value) and even exponent value is 64 byte value.so now how to perform calculation for that. have to divide into bytes and calculate or any other method is there?...Leave a comment:
-
Exponentation?
Could anybody suggest me how to write a code in C for calculating 15 bytes of base value powered to 64 bytes of exponent value?
No activity results to display
Show More
Leave a comment: