PHP 5.3 이상에서 사용할 수 있는 openssl_encrypt() 함수로 공통으로 사용할 수 있는 암호화, 복호화 함수를 만들어 보겠습니다. https://www.php.net/manual/en/function.openssl-encrypt.php PHP: openssl_encrypt - Manual I saw that a doc bug(#80236) were there mentioned that $tag usage. Here is an examples, Hopes those may help someone. 16 || ($tagLength < 12 && $tagLength !== 8 && $tagLength !== 4)) { throw new RuntimeException('The inputs `$c..