php-encrypted-streams icon indicating copy to clipboard operation
php-encrypted-streams copied to clipboard

fix for AesStream->read(length=1)

Open ntki opened this issue 3 years ago • 0 comments

When reading from an Aes*cryptionStream with read($length=1) and $data === "0", then return $data ? $data : ''; just gives an empty string.

ntki avatar Oct 28 '21 11:10 ntki