Or: - he really doesn't use his PGP key all that often, had the same one for 16 years on god knows how many computers, and decided that if he's going to generate a new one, he might as well send a message with it.
Normally i'd let it go, but i actually would like some clarity on your intent here. Are you implying that Schneier doesn't use encrypted communications on a regular basis, that PGP is impractical, or both? (and to be clear, my intent is not to bait, i'm actually curious)
Bruce Schneier has changed his PGP key to 4096 bits
111–120 of 144 posts
Re: Bruce Schneier has changed his PGP key to 4096 bits
#112Earlier quoted context omitted.
AES is symmetric...
exactly... I am just as confused as you are. What's the point of using AES if you are putting its key out on the open? O_O that's like using a very sophisticated lock on your front door and put up a sign saying "The key is under the Mat"
Re: Bruce Schneier has changed his PGP key to 4096 bits
#113Earlier quoted context omitted.
How do you securely share the AES key?
AES is really great compared to RSA, so I put my AES key on my website instead of my RSA public key. It's made it very easy for people to contact me securely.
Re: Bruce Schneier has changed his PGP key to 4096 bits
#114I've been using 16,384 for my SSH key sizes for the past year and am considering using 32,768 a soon as my two year rotation period is up - would there be any problems with my key sizes?
Re: Bruce Schneier has changed his PGP key to 4096 bits
#115Earlier quoted context omitted.
AES is really great compared to RSA, so I put my AES key on my website instead of my RSA public key. It's made it very easy for people to contact me securely.
Exactly, the same thing i am wondering. AES is symmetric. So same key is used for encryption and decryption against RSA which is asymmetric. So putting key on website is effectively the same as not encrypting at all. Did i miss any thing here?
Re: Bruce Schneier has changed his PGP key to 4096 bits
#116Te only reason NOT to use them: mobile end-clients, and busy server who would die from the extra CPU burden. But other then that, WHY NOT ?
Re: Bruce Schneier has changed his PGP key to 4096 bits
#117Earlier quoted context omitted.
The (public) factorization record with GNFS is 768 bits, in an effort that took about 2000 CPU years. 1024 bits is about 1000x harder, so probably within reach with government resources. 2048 bits is 10^12 times harder, which surely is out of reach for the time being time unless the NSA has a better algorithm.
Lenstra et al performed the factorization you cite, again on CPUs. Lenstra said in 2007 that he expected with in 5 years to be able to do 1024bit number - again with CPUs. 2048bit is no where near 10^12 harder if you use GPUs with larger word/op/register sizes. That's especially so with FGPAs/custom hardware with custom sized words/registers/ops. With FGPAs and custom hardware you can also locate things physically in…
Re: Bruce Schneier has changed his PGP key to 4096 bits
#118Earlier quoted context omitted.
4096 is the largest key size gpg offers today. It was the largest key size gpg offered in 2009, which is why that's the key size I'm using now. In 1996 the largest key size pgp supported was probably 768 , which is why my first pgp key is that size. I know for sure that in 1999, the largest key I could manage to make was 2048. Looking back at those older keys, I would prefer if I could have chosen larger key sizes fo…
Seems that if you're really paranoid, gpg --gen-key --batch with an approptiate batch file can make 8192 or larger keys. Currently trying to generate a 81920 bit key, for general giggles and to increase my NSA rating.
Re: Bruce Schneier has changed his PGP key to 4096 bits
#119He is using Windows.
Re: Bruce Schneier has changed his PGP key to 4096 bits
#120I know I'm still a cryptographic neophyte, but why doesn't he use four times the bits?