Tag: hacker

  • Prevent CSRF attacks with CodeIgniter 4

    Prevent CSRF attacks with CodeIgniter 4

    CSRF attacks are relatively common. They rely mainly on the user’s elevated permissions for a certain webapp and the hacker would thus attempt to get the user to perform a certain action on it’s behalf. To cut it short, it’s BAD! How the whole attack works is for sure not the scope of this article.…