Seeing what stuxnet…
November 19, 2011 1 Comment
… was capable of, it was just a matter of time until someone take a jab to the instalations of an utility company.
Cryptography, Information Theory and Codes
November 19, 2011 1 Comment
… was capable of, it was just a matter of time until someone take a jab to the instalations of an utility company.
October 27, 2011 2 Comments
These WIRED article described an interesting application of the side channel idea to key-log your typing by sensing mechanical vibrations.
April 22, 2011 1 Comment
The fact that most of us carry (voluntarily) a tracking device should not be news for anybody. I guess the news-worthy part is that somebody expossed what Apple and Google where doing. I am not sure it is illegal, have you checked the small font bits of the contract you signed? Me neither.
Believe me, that Apple and Google know where you are and where you have been is not the biggest of our problems with privacy as discussed in here.
Related:
(h/t) Raymond who sent this link
April 7, 2011 Leave a Comment
Short Video from PJTV featuring an interview with Paul Rosenzweig.
March 22, 2011 1 Comment
To be continued…..
March 17, 2011 3 Comments
SANS Institute set up an excellent resource for those interested in computer security issues (who is not these days?).
OUCH! and other newsletters carry current information on the security issues and they are published now in several languages. I’ve put a permanent link with the badge in the right column.
March 12, 2011 2 Comments
As reported by the National Post
Canada’s telecom regulator said Friday it will not expand its probe into Internet pricing to look at the billing practices of retail Internet services because market forces are working just fine for consumers.
A related editorial, explains why this is the right approach.
A “Free” internet does not mean that users should not be paying market prices for connectivity or services.
See my previous post.
March 7, 2011 1 Comment

The fingerprinting of a computer using data accessible or generated by software is subjected to a Replay attack or could be easily disrupted by malware. This method should not be used to authenticate the machine.
In order to defeat Replay attacks, the fingerprinting algorithm needs to generate a one time string, based on some unique property of the hardware and that can be used by the verifier to check the identity of the computer.
One example of such technology is the Intel IPT (Identity Protection Technology) that works by generating a unique 6 digit number every 30 seconds. This number is generated by a section of the chip that is inaccessible to the Operating system and holds some secret key shared with the validator/server. Once a particular processor is linked to a server, the server will be able to identify the CPU and validate the computer. Of course this does not imply user authentication and the intended use of this technology is as an additional factor on a multi-factor authentication scheme.
A Public Key infrastructure (Certificate Authority) is still needed to defeat the Man in the Middle attack.
Technologies that can identify hardware to the chip level are being developed to prevent counterfeiting. These are based on the PUF (Physically Unclonable Functions) that use physical variations of the circuit to extract certain parameters that are unique to each chip and cannot be reproduced nor manipulated without physically tampering with the circuit.
Related:
Power-up of a SRAM as a source of Entropy and Identification
Secure Processors, the ultimate battlefield
A PUF Design for Secure FPGA-Based Embedded Systems
March 3, 2011 4 Comments
What can go wrong with the government dictating how much companies can charge for bandwidth on the internet?
They certainly have a very good track record regulating it.
Regulators are congenitally incapable of grasping that they create more problems than they solve
This is why I am always wary of attempts at regulation.
February 27, 2011 1 Comment
Authentication is about the only big open problem in the practice of internet security. The existing encryption and hashing algorithms as well as the key generation/management protocols offer a high degree of security, barring programming/implementation errors.
Authentication technologies face serious challenges mainly because identity is difficult to establish with a 100% certainty even using physical characteristics, i.e., signatures and credentials can be forged, the physical appearance of people can be manipulated, etc.
Read more of this post