From 86a61b7dec45ddeed4574353b9630e3ff5a7e27c Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Sun, 7 Dec 2025 19:44:46 +0100 Subject: Decrease PBKDF2 iteration count to match OWASP recommendation --- src/tweetpipe_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tweetpipe_p.h b/src/tweetpipe_p.h index 06fc523..b37f6a4 100644 --- a/src/tweetpipe_p.h +++ b/src/tweetpipe_p.h @@ -24,7 +24,7 @@ #define MIN_BUFFER_SIZE 512 #define MAX_BUFFER_SIZE 0x7fffffff #define DEFAULT_BUFFER_SIZE (1 * 1024 * 1024) -#define PWHASH_OPSLIMIT 1000000 +#define PWHASH_OPSLIMIT 210000 typedef struct Context_ { char * in; -- cgit v1.2.3-70-g09d2