add cache for keys
This commit is contained in:
parent
65698e7e45
commit
f4f5209af7
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue