add cache for keys

This commit is contained in:
Matias Alejo Garcia 2014-04-29 20:57:30 -03:00
parent 65698e7e45
commit f4f5209af7
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}