23

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

NotDan
  • 611

3 Answers3

22

You can use PuTTYgen to make a key pair.

2

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

1

gpg4win is a windows port of gpg.

Matthew
  • 283