add cache for keys

This commit is contained in:
Matias Alejo Garcia 2014-04-29 20:57:30 -03:00
commit f4f5209af7

View file

@ -18,7 +18,7 @@ var config = {
// debug: 3, // debug: 3,
sjclParams: { sjclParams: {
salt: 'mjuBtGybi/4=', // choose your own salt (base64) salt: 'mjuBtGybi/4=', // choose your own salt (base64)
iter:500, iter:1000,
mode:'ccm', mode:'ccm',
ts:parseInt(64), ts:parseInt(64),
} }