Modern Alternatives to PGP
111–120 of 261 posts
Re: Modern Alternatives to PGP
#112Earlier quoted context omitted.
I believe "gpg -c" remains a better idea than encrypted zip files and "openssl enc" due to better defaults/ciphers/kdf. The article mentions magic wormhole, but sometimes you need plain old symmetric file encryption with a password.
Yes, PGP is better than the Bass-o-matic ZIP cipher many implementations of ZIP use. PGP clears that very, very low bar.
Or it's not useful to compare what's at hand?
Not sure I'm getting the message behind the jab.
Re: Modern Alternatives to PGP
#113A side issue, but: > It generates those passwords for you, and they're short, one-time-use combinations of three English words If an attacker knows the tool does this, doesn't this reduce the keyspace to crack to (number of words in an English dictionary)*3? Is that enough? Am I missing something? A very complete dictionary has around 170K words, let's generously assume the password generator is willing to use all of…
It is not multiplication, it is permutation (170k!). I don't know how big this number is, however it is pretty big. This technic even has a name: diceware [1]. [1]: https://en.m.wikipedia.org/wiki/Diceware
Re: Modern Alternatives to PGP
#114Earlier quoted context omitted.
It is not multiplication, it is permutation (170k!). I don't know how big this number is, however it is pretty big. This technic even has a name: diceware [1]. [1]: https://en.m.wikipedia.org/wiki/Diceware
It's around 2^52 keys, which is pretty bad.
Re: Modern Alternatives to PGP
#115Earlier quoted context omitted.
If you own a domain and have a webserver running ssl you can distribute your public key in a secure manner. What situations are you encountering in 2019 where you really need a distributed web of trust?
> If you own a domain and have a webserver running ssl you can distribute your public key in a secure manner. That means that I'd be trusting GUANG DONG CERTIFICATE AUTHORITY and every other CA not to issue a fraudulent certificate against my domain. I don't think that's very secure.
In modern browsers, certificates are not trusted if they're not CT-logged, so it's impossible for a fraudulent one to exist without you knowing about it (unless it was issued before these requirements were put in place in ~April 2018, but once all of those have expired, it'll be a pretty solid system).
Re: Modern Alternatives to PGP
#116As far as I can tell none of these "alternatives" implement what is at least for me the most interesting feature of PGP: web of trust and key servers. It would be really nice to see a modern take on this. > No one was sending you encrypted emails anyway I actually use PGP for e-mailing quite often, for instance: how am I supposed to report security issues without gpg? (please don't suggest Whatsapp...)
>how am I supposed to report security issues without gpg? I’ve never understood this obsession with using PGP to deliver security reports (even a lot of pen testing firms do it). We trust TLS to secure all sorts of remarkably sensitive data, why do we need to add an extra layer of encryption to security reports? It just seems like an unnecessary barrier to delivering the report to me, and the user experience is terri…
Re: Modern Alternatives to PGP
#117Re: Modern Alternatives to PGP
#118Earlier quoted context omitted.
Censorship seems to be coming from the left. I think it makes sense for everybody to maintain as much privacy from .gov as possible.
So...you are aware that "saying that makes you an asshole" and "you can't say that" are different things, yes?
Are you referring to this? I don't think anybody tried to censor her for this, even though it was incredibly offensive. https://talkingpointsmemo.com/news/tlaib-going-to-impeach-mo...
Re: Modern Alternatives to PGP
#119> No one was sending you encrypted emails anyway Guess what! Since I moved to Germany (from the Netherlands), I noticed that people send a lot of encrypted mail. Not random Germans, sure, but where in the Netherlands the security and broader hacker community was hard to convince, in Germany it's quite widespread. My colleagues (security firm) and friendly security firms (when we collaborate) expect nothing less, and…
> I wonder what it's caused by and how we can encourage it Probably because many Germans have a relatively recent memory of the Stasi in the DDR.
Re: Modern Alternatives to PGP
#120> The "modern alternative" is to use a much more specific and much less configurable solution to your problem. The problem is you're replacing one configurable, flexible thing, with N different specific solutions involving multiple obscure little utilities. Oops! How can this blogger not see that this isn't better. How about a modern alternative to git? Instead of one hydra with so many heads, why not use scp for tra…
This isn't some fringe belief among hipster cryptography engineers (among which I'm sure George counts himself). You can read it straight out of _Cryptography Engineering_.