From f4f5209af77b197e6135e0a83d5050fb5f194cae Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 29 Apr 2014 20:57:30 -0300 Subject: [PATCH] add cache for keys --- config.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.template.js b/config.template.js index c065db489..793c7d940 100644 --- a/config.template.js +++ b/config.template.js @@ -18,7 +18,7 @@ var config = { // debug: 3, sjclParams: { salt: 'mjuBtGybi/4=', // choose your own salt (base64) - iter:500, + iter:1000, mode:'ccm', ts:parseInt(64), }