Re: RSA hexadecimal parameters
- From: amzoti <amzoti@xxxxxxxxx>
- Date: Fri, 20 Jun 2008 07:42:44 -0700 (PDT)
On Jun 20, 6:43 am, a_a <butteri...@xxxxxxxx> wrote:
I'm looking for the 3 parameters for the RSA algorithm in hexadecimal:
the module and two exponents.
I would like to use RSA with about 512 bit.
It is better a little number for the decrypt exponent to decrypt fast.
The RSA I have use hexadecimal strings and keys.
It is ok also to find decimal parameters, but after that I must
convert big numbers into hexadecimal and I don't find a correct
converter.
Have you searched for multi-precision math libraries like GMP?
You might also look at libtommath (http://math.libtomcrypt.com/).
You might need to use the math library and write your own converter -
but the important part is the multi-precision library - and you should
easily be able to do that.
HTH ~A
.
- References:
- RSA hexadecimal parameters
- From: a_a
- RSA hexadecimal parameters
- Prev by Date: RSA hexadecimal parameters
- Next by Date: Re: RSA hexadecimal parameters
- Previous by thread: RSA hexadecimal parameters
- Next by thread: Re: RSA hexadecimal parameters
- Index(es):
Relevant Pages
|