increase PBKDF2 iterations further, as suggested in #350

This commit is contained in:
El RIDO 2018-12-25 20:19:57 +01:00
parent 210870590c
commit 5ce3aa2817
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 3 additions and 3 deletions

View file

@ -788,7 +788,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
const spec = [
getRandomBytes(16), // initialization vector
getRandomBytes(8), // salt
10000, // iterations
100000, // iterations
256, // key size
128, // tag size
'aes', // algorithm