АЧ
Size: a a a
АЧ
VR
$sock = stream_socket_server("tcp://0.0.0.0:7733");
while ($cli = stream_socket_accept($sock, -1, $peer)) {
fwrite($cli, "preved\n");
fclose($cli);
}
АЧ
K
This is because our $data is already taking all the block size, so the method is adding a new block which will contain only padded bytes.
Without using OPENSSL_ZERO_PADDING, you will automatically get PKCS#7 padding.
VR
VR
АЧ
АЧ
VR
VR
АЧ
АЧ
АЧ
АЧ
АЧ
G
АЧ
АЧ
АЧ
АЧ