gpg-zip --symmetric --gpg-args --cipher-algo=AES256 --output backup.tar.gpg file1 file2 file3Show HN: Arc – secure file archiver
11–20 of 45 posts
Re: Show HN: Arc – secure file archiver
#12Re: Show HN: Arc – secure file archiver
#13Not a very creative name. There is enough IT related products with the name Arc already.
Re: Show HN: Arc – secure file archiver
#14What HMAC is used to verify the contents of the archive before decryption takes place?
[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
#15Cool! 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
Re: Show HN: Arc – secure file archiver
#16Re: Show HN: Arc – secure file archiver
#17Cool! 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
#18Re: Show HN: Arc – secure file archiver
#19Or can I just point arc to SSH/SFTP and the server can be "dumb" ?