update error message
This commit is contained in:
@ -246,7 +246,7 @@ function decrypt(packet) {
|
|||||||
algorithm = "aes-256-ctr";
|
algorithm = "aes-256-ctr";
|
||||||
} else {
|
} else {
|
||||||
// skip this key, try the next one...
|
// skip this key, try the next one...
|
||||||
console.error(`Invalid decryption key length: ${key.length}`);
|
console.error(`Skipping decryption key with invalid length: ${key.length}`);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user