Home » Archive

Articles in the Security Category

Security »

[15 Mar 2010 | No Comment | 208 views]
Security: Smashing the Stack

The C language’s most famous feature is the buffer overflow. In fact, buffer overflow is responsible for four of the SANS top 25 programming errors leading to security vulnerabilities in the last year. Graham offers some advice on how to try and them.

Security »

[6 Feb 2010 | No Comment | 452 views]
Security: Sharing Signing Certificates Between Multiple Machines

Graham Lee says “One of the frequently asked questions regarding my impromptu code-signing talk at NSConference was: how can I share my signing certificate between multiple machines? I’ll show you, but I want to start with a bit of theory. I promise it won’t be too tedious (or it won’t be too long, anyway).”

Security »

[7 Jan 2010 | 2 Comments | 203 views]
Security: Solving mazes with Authorization Services

One of the dirty little secrets of the security industry is that a lot of the techniques in use today are not exactly new, in fact many can be traced back to the classical world. The use of ciphers to encrypt messages was employed by the Roman general, Julius Caesar, and of course the Trojan horse was known about during the time of Homer. Daedalus famously performed a risk assessment on the waxen wings he constructed for himself and Icarus to escape from exile on Crete, but due to user error (and in a neat demonstration of the problem with relying on customers reading security documentation) the wings still suffered from a catastrophic integrity failure.

Security »

[25 Nov 2009 | 5 Comments | 1,070 views]
Security: The CommonCrypto library

OS X’s API is full of unsung heroes. While everybody knows about Cocoa and Carbon, and is wowed by the new shinies such as Grand Central Dispatch or Core Animation, other components have been silently and solidly plugging away, forming a basic foundation on which the rest of the system can rest. This article is about one such component.

Security »

[7 Aug 2009 | 4 Comments | 1,907 views]
Security: Should Mac Developers Use Anti-Virus Software

In the first instalment of his new column on security for OS X developers Graham Lee asks the controversial question “Should Mac developers be using anti-virus software”