driveflexfuel
New Member
- Messages
- 159
- Reaction score
- 0
- Points
- 0
I am new to encryption and I am creating a program that works with paypal buttons. How secure is an encryption like this
<script>
//<!--
document.write(unescape("%59%6F%75%20%68%61%76%65%20%66%69%67%75%72%65%64%20%6F%75%74%20%6D%79%20%65%6E%63%72%79%70%74%69%6F%6E%0A%3C%69%6E%70%75%74%20%69%64%3D%22%69%6E%70%75%74%22%20%6E%61%6D%65%3D%22%69%6E%70%75%74%22%20%20"));
//-->
</script>
If this is not secure enough can you suggest another way.
<script>
//<!--
document.write(unescape("%59%6F%75%20%68%61%76%65%20%66%69%67%75%72%65%64%20%6F%75%74%20%6D%79%20%65%6E%63%72%79%70%74%69%6F%6E%0A%3C%69%6E%70%75%74%20%69%64%3D%22%69%6E%70%75%74%22%20%6E%61%6D%65%3D%22%69%6E%70%75%74%22%20%20"));
//-->
</script>
If this is not secure enough can you suggest another way.