mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
Bump S2K iteration count parameter
This commit is contained in:
parent
d314a20e0f
commit
9a7fe9cd45
@ -82,7 +82,7 @@ export default {
|
||||
* @memberof module:config
|
||||
* @property {Integer} s2k_iteration_count_byte
|
||||
*/
|
||||
s2k_iteration_count_byte: 96,
|
||||
s2k_iteration_count_byte: 224,
|
||||
/** Use integrity protection for symmetric encryption
|
||||
* @memberof module:config
|
||||
* @property {Boolean} integrity_protect
|
||||
|
Loading…
x
Reference in New Issue
Block a user