Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "web-security"

Making Simple Captcha with Symfony

Making Simple Captcha with Symfony

16 January 20222 min readWeb Programming

With captcha, we check whether the data is entered by users, and we prevent many attacks such as XSS attack or SQL injection. Captcha making with Symfony is simple, also very paritic and safe to use I'll explain step by step how it's done. The number encrypted with md5 will be...

#Symfony#Captcha#Web Security+4 more