cube007
Full Member level 6

Hello,
For some testing I’m working with “RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.”. For encryption and decryption the lib needs some keys of course. The values of n, e and d have to be in hex.
Now I’m looking for different RSA key-generators which are producing such hex keys which are needed. Unfortunately the key-generators I found (e.g. puttygen) do not make hex keys. The keys are encoded with ASCII letter.
Do you know key-generators with hex output or how to convert the encoded ACSII letters into hex?
Regards,
cube007
For some testing I’m working with “RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.”. For encryption and decryption the lib needs some keys of course. The values of n, e and d have to be in hex.
Now I’m looking for different RSA key-generators which are producing such hex keys which are needed. Unfortunately the key-generators I found (e.g. puttygen) do not make hex keys. The keys are encoded with ASCII letter.
Do you know key-generators with hex output or how to convert the encoded ACSII letters into hex?
Regards,
cube007