Recently I inherit an legacy source code where previous developer use the 128 Bits AES encryption with a 20 bytes key.
We cannot find a counter part implementation in other platform(Where we cannot decrypt the encrypted string using other platform's AES library), is it possible to expose the internal logic for how the 20 bytes key can be converted to 16 bytes key?
The system has deployed for quite a time, it is very troublesome to update all the users' local key.