Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re: This is silly (Score 3, Interesting) 30

I'm a firefighter, we already have infrared heads up displays. If the smoke is that thick, some windows are going to have to be broken or a hole cut in the roof so that the room can be ventilated. This adds oxygen to the fire, but it allows us to see the fire so that you can put it out. If the room is really really hot, then people don't need to be in there; and at that point you are probably only rescuing a body. Early detection and fast response are a key to controlling a fire.

Comment If I create the image... (Score 3, Interesting) 564

When I did Windows XP images for clients, I always set the Default User profile to display extensions.
I did this without asking, without any discussion beforehand, and only had to defend the decision once near the end of the design project... my defense was, "This is the right way to do it, so that's what we're doing." End of discussion.

Comment Re:I use GnuPG (Score 1) 309

No, that's not true. Trite, but still false. Additionally, in your case, it's neither automatic, nor trustworthy.

Thing is, there is a mechanism to make doing it this way trustworthy. By opting out of that mechanism, you put the burden onto everyone else for no reason. The result is that you remove your key from the set able to be considered trustworthy without effort.

Comment Re:I use GnuPG (Score 1) 309

You can retain a copy of my public key on your compter. Then you can trust any signed message from me to be from the same source as the previous signed message from me.

No, I can't. That's the point. Not without jumping through manual hoops.

"get it to me somehow, and I would have no choice but to accept it"? You allow random strangers to update your hard disk? I don't.

It's not an uncommon configuration to have email clients automatically fetch the keys for signed messages in order to check them. This is generally a sensible configuration, too. However you not using the normal ways of validating trust means that the normal ways don't work in your single case. So trust of your emails can't be verified. Essentially, participating in the web of trust and uploading to keyservers resolves this issue. But because you don't, there is no possible trust path.

There is an argument for trust continuance (i.e. if I trust your key once, why not do it in the future), but your methods make that very annoying to implement, requiring manual checking.

It feels like you either have a misunderstanding of how the WoT is supposed to work that leads you to false conclusions on how best to use it, or you're attempting to subvert it for some reason, however only succeeding in making it too annoying for other people to be bothered working with it.

Comment Re:I use GnuPG (Score 1) 309

Wrong. You can retain a copy of my public key on your compter. Then you can trust any signed message from me to be from the same source as the previous signed message from me.

Someone could make a key with the same details, get it to me somehow, and I would have no choice but to accept it, or:

  • manually compare the fingerprint (not just the key ID, the whole fingerprint) with that of your previous messages.
  • locally sign it.

These are all things that don't normally have to be done. By eschewing the trust mechanisms, you're reducing the amount of trust I would have that messages to/from you couldn't be compromised.

Comment Re:I use GnuPG (Score 1) 309

It is not on any "KeyServer"

Not true:
$ gpg --search "73D9A8A4"
gpg: zoeken naar '73D9A8A4' van de hkps server hkps.pool.sks-keyservers.net
(1) Andy Canfield
            2048 bit RSA key 73D9A8A4, aangemaakt: 2014-08-03

However, it's not associated with your email address, so no mail client can understand it to use it.

Later, you say:

and the public key you get from my web site should confirm the signature.

But I can't trust your site, because it's not HTTPS (which isn't perfect, but is better.) You can get free SSL certs. And I can't trust your key because it's not in the web of trust.

Basically, you have a PGP key, but it's useless for many cases because you haven't done some simple steps to make it useable. I could never trust any signed message to actually be for you, and I can't trust the information I have to encrypt something to you.

Also, yes keyservers can be subverted by the NSA etc. They can also be subverted by me. They're insecure by design, and so that makes them safer.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...