Learn about website security, HTML injection, cross-site scripting (XSS), and why inline styles are risky. See dangers, examples, prevention methods, .htaccess rules, PCI compliance, and how to test your site.
Add a comment (0) 209 Views Read moreWelcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.
October 01, 2025
Learn about website security, HTML injection, cross-site scripting (XSS), and why inline styles are risky. See dangers, examples, prevention methods, .htaccess rules, PCI compliance, and how to test your site.
Add a comment (0) 209 Views Read moreJuly 01, 2025
Mobile apps have become an essential extension of how people interact with products and services. Whether you’re booking a flight, paying for coffee, or managing your retirement portfolio, you’re likely doing it through a smartphone. That popularity brings significant security challenges, especially with estimates showing more than 255 billion mobile app downloads in 2023 alone. Each of those downloads represents a potential opportunity for attackers if security best practices are ignored.
Add a comment (0) 776 Views Read moreFebruary 01, 2025
Two-factor authentication (2FA) has become a cornerstone of online security. It provides an extra layer of protection by requiring users to verify their identity in two ways—typically, something they know (a password) and something they have (a code sent to their phone). But implementing 2FA effectively requires balancing security with user convenience. Here’s a look at when and why you should prompt for 2FA, with specific timing recommendations and examples, including how to implement checks using PHP.
Add a comment (0) 1,345 Views Read moreJanuary 05, 2012
In the past we posted PHP code to generate CAPTCHA, and here is a small fix to the code that will make it more secure.
Add a comment (6) 18,772 Views Read moreOctober 05, 2009
In last article I explained what CAPTCHA is and why it is used (you can find that article here). Here I will provide PHP code that crates and uses CAPTCHA.
Add a comment (40) 321,580 Views Read more