change iter to 5000

This commit is contained in:
Matias Alejo Garcia 2014-12-06 22:40:36 -03:00
parent 984a7a6651
commit 4dfc1f9559
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ var defaultConfig = {
// local encryption/security config
passphraseConfig: {
iterations: 1000,
iterations: 5000,
storageSalt: 'mjuBtGybi/4=',
},