for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mfonte\Base62x\Encryption\Cypher;
class Bytes
{
public static function iv($method)
return openssl_cipher_iv_length($method);
}