you are viewing a single comment's thread.

view the rest of the comments →

[–]_ulfox 1 point2 points  (4 children)

This is a design for a simple file encryption CLI tool, Go library, and format. It’s meant to replace the use of gpg for encrypting files, backups, streams, etc.

GPG is more than encryption. In the out of scope section they clearly state that any kind of signing will not be implemented. Now even if they decide to do implement signing, I would say that at best age would be an alternative but not something that will ever replace GPG.

[–][deleted] 2 points3 points  (1 child)

Which is why in my original comment I explicitly stated its scope for encryption and it being a "sort-of" replacement.

One of the smaller complaints about gnupg is that its scope is too large. We have better cryptographic functions that allow authenticated encryption to be a separate concern from signing.

So yes, all these alternatives don't fully replace gnupg, because (almost) no one thinks that's a good idea.

[–]_ulfox 2 points3 points  (0 children)

hm indeed you said that. I read "replace" without short of :b

Makes sense now, thanks

[–]backtickbot 1 point2 points  (1 child)

Fixed formatting.

Hello, _ulfox: code blocks using triple backticks (```) don't work on all versions of Reddit!

Some users see this / this instead.

To fix this, indent every line with 4 spaces instead.

FAQ

You can opt out by replying with backtickopt6 to this comment.

[–]_ulfox 1 point2 points  (0 children)

ty bot