mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
c10aff8a47
The GUI key generator doesn't need a --reencrypt option, because you can already just click Load and then Save without changing anything in between. But it does need a dialog box with all the fiddly Argon2 settings in it, plus a setting to go back to PPK v2.
14 lines
572 B
C
14 lines
572 B
C
#define IDC_PPKVER_STATIC 100
|
|
#define IDC_PPKVER_2 101
|
|
#define IDC_PPKVER_3 102
|
|
#define IDC_ARGON2_MEM_STATIC 103
|
|
#define IDC_ARGON2_MEM 104
|
|
#define IDC_ARGON2_MEM_STATIC2 105
|
|
#define IDC_PPK_AUTO_STATIC 106
|
|
#define IDC_PPK_AUTO_YES 107
|
|
#define IDC_PPK_AUTO_NO 108
|
|
#define IDC_ARGON2_TIME_STATIC 109
|
|
#define IDC_ARGON2_TIME 110
|
|
#define IDC_ARGON2_PARALLEL_STATIC 111
|
|
#define IDC_ARGON2_PARALLEL 112
|