Wow, after a few years of coding I went to a conference organised by OWASP. I always liked the ability to find a leak or exposure and even sometimes make fixes for it. But then again, i’m a software engineer and that’s what we’ll do, create and fix code. Or not? After the first keynote […]
Security is a hot topic the last years and certainly the last few months during the COVID-19 period. The more people work from home which gives hackers almost a free-pass to spot opportunities. And as far as I know there are still a lot of people with a low security WIFI at home, even software […]
Not all developers know how to implement the ssl certificates in a Java environment and the difference between the serverside truststore as the client-sided keystores. Therefore a post is devoted to clearify how this way of security works. If you wish to implement this I will assume you have configured your Java installation succesfully which […]