update error message
This commit is contained in:
parent
43d6f5be75
commit
1fb6a27ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ function decrypt(packet) {
|
|||
algorithm = "aes-256-ctr";
|
||||
} else {
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue