Category: Security

  • LetsEncrypt wildcard certificates and Bind9 auto update with DNS challenge

    SSL is the standard in web content serving nowadays and LetsEncrypt does a wonderful job offering FREE SSL certificates that would otherwise cost you a decent amount of money on a yearly basis. The only downside to the FREE service is that these certificates have a very short 90 days life and, as such, they…

  • 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.…