We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b336fc9 commit 446309dCopy full SHA for 446309d
1 file changed
wolfssl/wolfcrypt/pwdbased.h
@@ -41,7 +41,7 @@
41
* Override by defining WC_PBKDF_MAX_ITERATIONS before including this header.
42
* Normal PKCS#12 files use 1,000–10,000 iterations. */
43
#ifndef WC_PBKDF_MAX_ITERATIONS
44
- #define WC_PBKDF_MAX_ITERATIONS 100000
+ #define WC_PBKDF_MAX_ITERATIONS 2000000
45
#endif
46
47
#if FIPS_VERSION3_GE(6,0,0)
0 commit comments