mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +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;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
function decrypt(key: any, cipherText: any, ivLength = 13) {
|
function decrypt(key: any, cipherText: any, ivLength = 16) {
|
||||||
if (cipherText === null) {
|
if (cipherText === null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user