mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
increase PBKDF2 iterations further, as suggested in #350
This commit is contained in:
parent
210870590c
commit
5ce3aa2817
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue