How do I create RSA public\private key pair file in Windows?

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

You can use PuTTYgen to make a key pair.

link|improve this answer
feedback

John T + or if using something like msys/cygwin you can use openssh's ssh-keygen. I usually do ssh-keygen -t rsa -b 4096

link|improve this answer
feedback

gpg4win is a windows port of gpg.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.