suneth-perera

Results 1 issues of suneth-perera

- In the current process in cipher() method in JWE.php its `$cipher = new AES(AES::MODE_CBC);` where AES::MODE_CBC will be '2'. - and according to the SymmetricKey.php constructor code shown below...