add cache for keys
This commit is contained in:
parent
50d37aa22e
commit
65698e7e45
2 changed files with 18 additions and 8 deletions
|
|
@ -17,7 +17,7 @@ var config = {
|
|||
maxPeers: 15,
|
||||
// debug: 3,
|
||||
sjclParams: {
|
||||
salt: 'cc295e13e14edcc0', // choose your own salt (hex string)
|
||||
salt: 'mjuBtGybi/4=', // choose your own salt (base64)
|
||||
iter:500,
|
||||
mode:'ccm',
|
||||
ts:parseInt(64),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue