Articles tagged “security”
8 articles
- Do you really care about security? A $25,000-scale project is ordered by a large multinational corporation. They claim they should be and are secure, since security is crucial for them. Ask them how much of the budget of the project is allocated to security. They won't answer, because…
- The complexity of API keys When it comes to handling API keys, there are classically two situations which are a bit problematic: public sharing of a key and man in the middle. Looking at the approaches by Amazon, Google and other big companies, I find it both overly complex…
- Bad, bad passwords Passwords are an aberration. In a ideal world, we wouldn't have passwords, but only keys. The concept of a password as a security measure is flawed, and leads to multiple issues. Among others: When the password is sent by the client to the server,…
- Reinventing authentication I'm delighted by the simplicity of OAuth 2.0 (as far as its integration into Flask and express takes takes less than five minutes) and the fact that it makes password management someone else's problem.¹ Really, I'm so delighted that I now use it in…
- DRM, custom hardware and technical solutions to human problems A now closed question on SoftwareEngineering.SE asked about a way to prevent the users from getting screenshots of an application. The context is an application showing sensitive documents in a bank. While the document is encrypted, it remains safe.…
- Candy security The title of this article is a term I discovered through the book of Kevin D. Mitnick, The art of deception, page 79. It means that the company has strong security perimeter with the outside world, but once you got through, nothing can stop you. In…
- Kevin D. Mitnick's The art of deception Just finished reading Kevin D. Mitnick's The art of deception. The first part of the book contains the stories of social engineers in action. The second part is a set of recommendations. The stories are fun to read; the recommendations are sometimes…
- Setting inter-VLAN communication in Netgear ProSafe switches Recently, I was trying to configure VLANs in order to create more logical network view and increase the security of the network by limiting the traffic from the different types of machines through the router ACLs. In order to do that, I had two…