Use 128 bit key rather than 192 bit. Because Chrome says it don't support 192 bit AES key.

This commit is contained in:
NI
2019-08-12 11:05:53 +08:00
parent a6ad921ecd
commit 639af4dba2
3 changed files with 295 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ class Dial {
enc.encode(rTime)
);
return key.slice(0, 24);
return key.slice(0, 16);
}
/**