Files
ponzi/laravel/crypter.php
fpirsch 76db206551 fix incorrect padding with multi-byte strings
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.
2013-05-05 15:00:23 +03:00

3.7 KiB