Having an alternative implementation to GnuPG is a pretty important. Although many would argue against the use of PGP encryption for many use cases such as email, there are other use cases where PGP's ideas have no replacement. For a specific example take signing git commits. Even fossil scm delegates this task to pgp. Personally keybase is the only project that may provide some form of alternative, but they do so by…
Towards Sequoia OpenPGP v1.0
31–40 of 62 posts
Re: Towards Sequoia OpenPGP v1.0
#32IMO, encrypted e-mail is a dead end. Latacora has a good blog post about it that I highly recommend: https://latacora.micro.blog/2020/02/19/stop-using-encrypted....
Hmm, I don't really see any really convincing points, or workable alternatives that your linked article provides. Nevertheless I would like to read more about this claim: > It [PGP] was designed in the 1990s, and in the 20 years since it became popular, cryptography has advanced in ways that PGP has not kept up with. So, for example, it recently turned out to be possible for eavesdroppers to decrypt messages without…
So just more pointless anti-PGP innuendo...
Re: Towards Sequoia OpenPGP v1.0
#33Earlier quoted context omitted.
PGP is used for more than just email
The writer of the article wrote another one that is linked where he criticises other uses of PGP[0]. [0]: https://latacora.micro.blog/2019/07/16/the-pgp-problem.html
Re: Towards Sequoia OpenPGP v1.0
#34Earlier quoted context omitted.
You should definitely not be encouraging your users to give their private keys to js on other sites, that’s just as bad (or maybe worse) as encouraging them to reuse passwords.
> encouraging your users to give their private keys I read it twice and still can't find the place where it was mentioned this to be the case.
The advanced users can then use their existing PGP keys to sign the device keys.
But this is not necessary in every environment, because in some situations, e.g. casual chat or internal boards, you don't need that kind of extended security, and temporary device keys, perhaps vouched by the operator, are sufficient.
Re: Towards Sequoia OpenPGP v1.0
#35Earlier quoted context omitted.
You should definitely not be encouraging your users to give their private keys to js on other sites, that’s just as bad (or maybe worse) as encouraging them to reuse passwords.
He's talking about giving their public key, not the private key that has to remain on the user's device(s) under all circumstances.
Re: Towards Sequoia OpenPGP v1.0
#36Earlier quoted context omitted.
I'm using OpenPGP.js for drop-in decentralized client-side authentication for my web-based message board. This has several benefits, which includes giving technically-savvy users to do their own key generation and message signing using whatever tools they prefer, using one of the most widely used encryption/signing standards in existence. Meanwhile, non-technical users can create a new profile with literally one clic…
You should definitely not be encouraging your users to give their private keys to js on other sites, that’s just as bad (or maybe worse) as encouraging them to reuse passwords.
Thank you for your feedback. I can see now how a malicious system operator could steal the user's private key by modifying the JS.
Re: Towards Sequoia OpenPGP v1.0
#37IMO, encrypted e-mail is a dead end. Latacora has a good blog post about it that I highly recommend: https://latacora.micro.blog/2020/02/19/stop-using-encrypted....
Whenever someone criticizes email encryption they fail to provide an actual replacement. Encrypted instant messaging is an alternative, but it's not a replacement.
It only works well and seamlessly because it works within a single provider.
Re: Towards Sequoia OpenPGP v1.0
#38IMO, encrypted e-mail is a dead end. Latacora has a good blog post about it that I highly recommend: https://latacora.micro.blog/2020/02/19/stop-using-encrypted....
PGP is used for more than just email
Re: Towards Sequoia OpenPGP v1.0
#39Earlier quoted context omitted.
Whenever someone criticizes email encryption they fail to provide an actual replacement. Encrypted instant messaging is an alternative, but it's not a replacement.
And yet encrypted instant messaging would have the same pitfalls if the platforms where federated like email is. It only works well and seamlessly because it works within a single provider.
Re: Towards Sequoia OpenPGP v1.0
#40Having an alternative implementation to GnuPG is a pretty important. Although many would argue against the use of PGP encryption for many use cases such as email, there are other use cases where PGP's ideas have no replacement. For a specific example take signing git commits. Even fossil scm delegates this task to pgp. Personally keybase is the only project that may provide some form of alternative, but they do so by…
Git also supports S/MIME, and GitHub provides a tool to sign commits with this directly https://github.blog/changelog/2018-09-10-smime-signature-ver...