implements authenticated encryption
This commit is contained in:
parent
e9dbf341fc
commit
50d37aa22e
5 changed files with 48 additions and 6 deletions
|
|
@ -10,12 +10,18 @@ var config = {
|
|||
//port: 10009,
|
||||
//path: '/',
|
||||
//
|
||||
key: 'g23ihfh82h35rf',
|
||||
host:'162.242.219.26',
|
||||
key: 'g23ihfh82h35rf', // api key for the peerjs server
|
||||
host:'162.242.219.26', // peerjs server
|
||||
port:10009,
|
||||
path: '/',
|
||||
maxPeers: 15,
|
||||
debug: 3
|
||||
// debug: 3,
|
||||
sjclParams: {
|
||||
salt: 'cc295e13e14edcc0', // choose your own salt (hex string)
|
||||
iter:500,
|
||||
mode:'ccm',
|
||||
ts:parseInt(64),
|
||||
}
|
||||
},
|
||||
limits: {
|
||||
totalCopayers: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue