Default cost

This commit is contained in:
Mo Bitar
2017-08-07 17:40:25 -05:00
parent 1639d4a31f
commit 6dcaa9a151

View File

@@ -6,7 +6,7 @@ class SNCryptoWeb extends SNCrypto {
Overrides Overrides
*/ */
defaultPasswordGenerationCost() { defaultPasswordGenerationCost() {
return 61000; return 101000;
} }
/** Generates two deterministic keys based on one input */ /** Generates two deterministic keys based on one input */