Ask HN: What is your favorite method of sending large files?
11–20 of 363 posts
Re: Ask HN: What is your favorite method of sending large files?
#12Re: Ask HN: What is your favorite method of sending large files?
#13Re: Ask HN: What is your favorite method of sending large files?
#14A station wagon full of tapes hurtling down the highway...
Re: Ask HN: What is your favorite method of sending large files?
#15Re: Ask HN: What is your favorite method of sending large files?
#16a raven with a sufficient large micro-sd card ;)
Re: Ask HN: What is your favorite method of sending large files?
#17Related: If you need to transfer sensitive data over Bittorent, Age is a good tool for encrypting it before transmission. https://github.com/FiloSottile/age
Encrypt:
gpg --symmetric file.dat
(enter a password)
Decrypt: gpg --decrypt file.dat.gpg > file.dat
(enter the password)Re: Ask HN: What is your favorite method of sending large files?
#18A station wagon full of tapes hurtling down the highway...
Re: Ask HN: What is your favorite method of sending large files?
#19Related: If you need to transfer sensitive data over Bittorent, Age is a good tool for encrypting it before transmission. https://github.com/FiloSottile/age
Why a new tool? How is this better than gpg symmetric encryption, considering gpg is installed/available effectively everywhere? Encrypt: gpg --symmetric file.dat (enter a password) Decrypt: gpg --decrypt file.dat.gpg > file.dat (enter the password)
Others have said it better than I can. See e.g. https://latacora.micro.blog/2019/07/16/the-pgp-problem.html
Re: Ask HN: What is your favorite method of sending large files?
#20Earlier quoted context omitted.
Why a new tool? How is this better than gpg symmetric encryption, considering gpg is installed/available effectively everywhere? Encrypt: gpg --symmetric file.dat (enter a password) Decrypt: gpg --decrypt file.dat.gpg > file.dat (enter the password)
IMO, GPG is simply not a good tool and it should be replaced. Others have said it better than I can. See e.g. https://latacora.micro.blog/2019/07/16/the-pgp-problem.html