
I started with programming when I was 12 years old. My uncle gave me some Visual Basic 3 books and a CD with Visual Basic 6.0. My English wasn’t that…
I started with programming when I was 12 years old. My uncle gave me some Visual Basic 3 books and a CD with Visual Basic 6.0. My English wasn’t that…
My websites where hosted on a shared webhosting environment for years. As mentioned in earlier blog posts I migrated everything last year to my own VPS at Digital Ocean. The reason…
In the last two years Magento did release a lot of patches for (security) issues with Magento 1. If you apply those patches shortly after the release you’re pretty save. But…
It’s a bad idea to expose your GIT directory, but why? What are the consequences? And how can you prevent this? Let’s start with prevention It’s pretty easy to prevent…
De laatste tijd is de ene na de andere hack in het nieuws waarbij geregeld een groot aantal wachtwoorden gestolen wordt. Gelukkig slaan veel (online) diensten hun wachtwoorden geëncrypt op waardoor je…
In PHP gebruik ik geregeld de htmlspecialchars functie om voornamelijk XSS tegen te gaan. Maar met Javascript komt het nog wel eens voor bij het verwerken van HTML dat het…
Twee simpele functies welke mij in “standaard php scripts” (niet gebaseerd op frameworks o.i.d.) van dienst zijn om SQL injection en XSS tegen te gaan: Om het goed te doen…