clipperz
- URL:
- http://www.clipperz.com/
- Tags:
- security, privacy
I used to pretty much only use my laptop, which was nice, because all my data was stored in one place. However, I now use a desktop computer at work. For the most part, it's OK, because I don't need to access much work stuff from home, and vice versa. However, occasionally it does happen, and so I'm thinking more about online services.
Clipperz is an online password (or other textual data) manager. Now for most security-conscious people, “online” and “password manager” do not go together. However, Clipperz uses JavaScript to encrypt all your data before sending it to their servers. That means that none of your data can be accessed by Clipperz (or anyone else) unless they know your password.
Even better, Clipperz is free/open-source software, which means that if you really don't trust them, you can audit their source code. Or run your own service.
I had thought about implementing something similar, but Clipperz does more-or-less what I want it to, plus some things that I hadn't thought of. The only downside is that I wish it would have better organizational features (in particular, a hierarchical organization).
Government wants good hash
No, not that kind of hash. The NIST is holding a contest for a new cryptographic hash function. Vulnerabilities have been found in the most commonly used hash functions, MD5 and SHA-1, and the contest is for the new SHA-3 standard. The deadline for submissions was last Friday, so if you missed it, too bad.
Schneier et al. have submitted their algorithm, called skein, and Rivest et al. have submitted MD6.
The NIST held a similar contest several years back for encryption algorithms, which resulted in Rijndael being officially named as the Advanced Encryption Standard. That contest took 5 years. We'll see how long this one takes. Hashing is generally less well-understood, and harder to do, than encryption.
Data mining can't identify terrorists
- URL:
- http://news.cnet.com/8301-13578_3-10059987-38.html?part=rss&subj=news&tag=2547-1_3-0-20
- Tags:
- news, security, privacy
(see also: /.)
The National Research Council has released a 352-page report that tells us what most of us knew already: trying to use data mining to find bad guys doesn't work very well. The problem being that there are too many false positives.
Whether or not this will actually stop anyone from trying to do it anyways remains to be seen.
