implements authenticated encryption

This commit is contained in:
Matias Alejo Garcia 2014-04-29 19:51:49 -03:00
commit 50d37aa22e
5 changed files with 48 additions and 6 deletions

View file

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