Category: Security

InSecurity
As software developers, we know that SSL certificates are necessary for securing our website traffic. However, in my experience, the process of obtaining and installing an SSL certificate is not something that very many software developers are familiar with. So, if you are a software developer and are looking for some guidance on the process…

InSecurity
Sometimes when you are developing a Windows app you’ll find the need to run the application as a different user, often as the administrator. Windows features a security mechanism called ‘User Account Control’ which prevents applications from launching with elevated privileges without the user’s consent. In this article, I explain how User Account Control works…
Now, more than ever before, employing security best practices from the start is an absolute must when developing modern web applications. The threat landscape has evolved continuously over the last number of years, however, so have the protection mechanisms which we as software developers can avail of to guard our applications against attackers. In this…

InSecurity
For any application which is hosted on the web, it is essential that security is built in from the start. Enabling your web application to serve secure traffic over HTTPS and enforcing this policy is one of the first things that you should implement and this is just as important for web apps as it…

InSecurity
It is very common that an application will need to store settings in a configuration file and then later retrieve the value of those settings. Quite often, one or more of these settings will be sensitive in nature; such as API keys, database connection strings, or perhaps mail server passwords. Protecting sensitive data is a…

InSecurity
I wasn’t aware until I began writing this article that the phrase “to make a hash of something” was in common use in the English-speaking world today. According to the Cambridge Dictionary, to make a hash of something can be interpreted as follows. hash noun (FAILURE) make a hash of sth [ S ] UK…


