mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
Fix default ivLength in dump-db tool
This commit is contained in:
@@ -16,7 +16,7 @@ function decryptString(dataKey: any, cipherText: any) {
|
||||
return str;
|
||||
}
|
||||
|
||||
function decrypt(key: any, cipherText: any, ivLength = 13) {
|
||||
function decrypt(key: any, cipherText: any, ivLength = 16) {
|
||||
if (cipherText === null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user