Generation of an RSA key | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Generation of an RSA key

Hi, for my programm, I need a big RSA key: about 128 bit. But how to generate this? I have found no tool, wich is able to generate this key. Hope I will get some answers, S.A.

17th Oct 2020, 5:08 PM
Sebastian Ahlborn
Sebastian Ahlborn - avatar
2 Answers
+ 4
I suggest you to use OpenSSL tool. You can generate any RSA key using openssl. Read this article for how to generate https://rietta.com/blog/openssl-generating-rsa-key-from-command/
17th Oct 2020, 5:47 PM
David
David - avatar
+ 2
If you use SoloLearn app you should check out this course for a basic introduction: RSA: https://www.sololearn.com/learn/9897/ref=app Cryptography: https://www.sololearn.com/learn/10363/?ref=app
17th Oct 2020, 7:46 PM
Kevin ★