BLOG HIỆN ĐÃ CẬP NHẬT GIAO DIỆN HOÀN TẤT VÀ BÂY GIỜ SẼ TẬP TRUNG VÀO NHỮNG BÀI VIẾT CHIA SẼ TỐT NHẤT CHO NGƯỜI DÙNG!

Code encryption into String [HTML, JS, CSS, PHP, TXT..]

Information
if you are using this tool and encoding css or javascript you must have to include their scripttype attribute
Example
If you are encoding javascript, code to be copied like this
<script type='text/javascript'>
//<![CDATA[
.................
.................
.................
//]]>
</script>
If you are encoding css, code format will be like this
<style type='text/css'>
.................
.................
.................
</style>

If you feel this tool is useful then please comment below and let me know,... Thanks.