Earlier quoted context omitted.
I agree that PGP is clunky. Maybe it's just me, but I often find that modern is the opposite of safe and robust.
I'm not sure where that's the case, but it's certainly not the case with cryptography, where "clunky" means "mired in design decisions made before the era of authenticated cryptography". To me, "old and clunky" also tends to imply "memory unsafe", or "written in Perl so old that a pipe filter in the wrong place in the input coughs up a shell", or "better make sure nobody's name is O'Connor because that includes SQL m…
Sequoia 1.3
11–19 of 19 posts
Re: Sequoia 1.3
#12Earlier quoted context omitted.
I agree that PGP is clunky. Maybe it's just me, but I often find that modern is the opposite of safe and robust.
I'm not sure where that's the case, but it's certainly not the case with cryptography, where "clunky" means "mired in design decisions made before the era of authenticated cryptography". To me, "old and clunky" also tends to imply "memory unsafe", or "written in Perl so old that a pipe filter in the wrong place in the input coughs up a shell", or "better make sure nobody's name is O'Connor because that includes SQL m…
Now, is it "better"? Overall, no. Or else I wouldn't keep buying Gigabit switches. But is it more robust? Yes. And if that's what you care about...
Re: Sequoia 1.3
#13With all the great encryption utilities like age[0], Signal, or Veracrypt, can anyone please tell me what the point is in using pgp anymore? It's old, it's clunky, it requires careful use to be safe. Why not use something more modern? 0. https://github.com/FiloSottile/age
Sure in theory you could encrypt your email with age, but how many clients support that flow? How do you distribute the public keys?
Part of the point of sequoia as I understand it is to make PGP a little less clunky and easier to use safely.
Re: Sequoia 1.3
#14With all the great encryption utilities like age[0], Signal, or Veracrypt, can anyone please tell me what the point is in using pgp anymore? It's old, it's clunky, it requires careful use to be safe. Why not use something more modern? 0. https://github.com/FiloSottile/age
Re: Sequoia 1.3
#15Earlier quoted context omitted.
I agree that PGP is clunky. Maybe it's just me, but I often find that modern is the opposite of safe and robust.
I'm not sure where that's the case, but it's certainly not the case with cryptography, where "clunky" means "mired in design decisions made before the era of authenticated cryptography". To me, "old and clunky" also tends to imply "memory unsafe", or "written in Perl so old that a pipe filter in the wrong place in the input coughs up a shell", or "better make sure nobody's name is O'Connor because that includes SQL m…
I do agree that lots of legacy cryptosystems just aren't very good.
Re: Sequoia 1.3
#16With all the great encryption utilities like age[0], Signal, or Veracrypt, can anyone please tell me what the point is in using pgp anymore? It's old, it's clunky, it requires careful use to be safe. Why not use something more modern? 0. https://github.com/FiloSottile/age
Regarding age, one reason is that it only supports a small fraction of PGP functionality thus useless for many real world applications. Another is that it operates on top of a fundamentally different model and for many folks that model is worse and potentially less secure than PGP's if you try to replicate PGP functionality by composition [1].
Modern doesn't necessarily equal good. PGP is mature and solid which is why it's still widely used and remains popular.
[1] https://neilmadden.blog/2019/12/30/a-few-comments-on-age/
Re: Sequoia 1.3
#17With all the great encryption utilities like age[0], Signal, or Veracrypt, can anyone please tell me what the point is in using pgp anymore? It's old, it's clunky, it requires careful use to be safe. Why not use something more modern? 0. https://github.com/FiloSottile/age
This does not mean I think PGP is great, it just means it is working now, across many MUAs.
Re: Sequoia 1.3
#18Great! Perhaps coincidentally, on PGP 30th birthday!
Re: Sequoia 1.3
#19Anyone has a good tutorial on how to use sq, their command line utility?
It's not a tutorial in the classic sense, but as the CLI is rather simple, and as there are examples, I'd point you at the official docs (man page like): https://docs.sequoia-pgp.org/sq/index.html The sub commands feel like they are pretty much self-explanatory to me, e.g., encrypt, decrypt, verify are pretty clear in what they will do, and the options for those sub-commands seem not to cryptic either to me, but that…
nice.