You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
465 B

--- gnupg-1.4.6/g10/gpg.c.old 2006-12-03 17:37:45.000000000 +0200
+++ gnupg-1.4.6/g10/gpg.c 2006-12-06 21:58:07.000000000 +0200
@@ -1792,7 +1792,7 @@
opt.cert_digest_algo = 0;
opt.compress_algo = -1; /* defaults to DEFAULT_COMPRESS_ALGO */
opt.s2k_mode = 3; /* iterated+salted */
- opt.s2k_count = 96; /* 65536 iterations */
+ opt.s2k_count = 208; /* 8388608 byte count */
#ifdef USE_CAST5
opt.s2k_cipher_algo = CIPHER_ALGO_CAST5;
#else