Update default key length in PuTTYgen to 2048.
[u/mdw/putty] / windows / winpgen.c
index 48a02ec..c83d0d2 100644 (file)
@@ -20,7 +20,7 @@
 
 #define WM_DONEKEY (WM_APP + 1)
 
-#define DEFAULT_KEYSIZE 1024
+#define DEFAULT_KEYSIZE 2048
 
 static char *cmdline_keyfile = NULL;