Live data from Hacker News

Show HN: Arc – secure file archiver

github.com

11–20 of 45 posts

Re: Show HN: Arc – secure file archiver

#14

What HMAC is used to verify the contents of the archive before decryption takes place?

The MAC (not HMAC) used [0] is Poly1305 [1].

[0]: https://github.com/wg/arc/blob/cdd799359b6f7050fc5e3aa128bf1...

[1]: https://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-0...

Re: Show HN: Arc – secure file archiver

#15

Cool! I usually use gpg-zip for this purpose on machines where I have gpg installed. gpg-zip --symmetric --gpg-args --cipher-algo=AES256 --output backup.tar.gpg file1 file2 file3

What do you do to keep your GPG keys safe (i.e. so you don't accidentally lose them)?

Re: Show HN: Arc – secure file archiver

#17

Cool! I usually use gpg-zip for this purpose on machines where I have gpg installed. gpg-zip --symmetric --gpg-args --cipher-algo=AES256 --output backup.tar.gpg file1 file2 file3

What do you do to keep your GPG keys safe (i.e. so you don't accidentally lose them)?

in that example he is using symmetric encryption , so a password, no private key.

Re: Show HN: Arc – secure file archiver

#18
post #4

Earlier quoted context omitted.

I'm starting to see this way too often. No one cares.

Clearly at least one person cares, or he wouldn't have commented about it. Not that the comment was useful. But neither was yours.

What does that make yours, then?

Re: Show HN: Arc – secure file archiver

#20
post #4

Earlier quoted context omitted.

Clearly at least one person cares, or he wouldn't have commented about it. Not that the comment was useful. But neither was yours.

What does that make yours, then?

Mine was useless too, was it not obvious?

Welcome to the club!

Post reply on HN