crypter.php
3.74 KB
-
fix incorrect padding with multi-byte strings · 76db2065
As far as encrypting and paddings are concerned, we are talking about **bytes** and not **characters**. So basic strlen/substr functions must be used instead of their mbstring version.
fpirsch committed