ssh-keygen -f id_rsa.pub -e -m PKCS8 > id_rsa.pub.pem
openssl rsautl -encrypt -pubin -inkey id_rsa.pub.pem -ssl -in message.txt -out EncryptedMessage.txt
openssl rsautl -decrypt -inkey id_rsa -in EncryptedMessage.txt -out DecryptedMessage.txt
<? echo htmlspecialchars('<script>....'); ?>
htmlspecialchars(strip_tags(base64_decode($otz["text"])));