brew install gpg
gpg --gen-key
gpg -ac
To decrypt, take the returned URL: curl https://transfer.sh/1nKXr/file.encrypted | gpg -ad
Someone can probably improve this!11–20 of 80 posts
brew install gpg
gpg --gen-key
gpg -ac
To decrypt, take the returned URL: curl https://transfer.sh/1nKXr/file.encrypted | gpg -ad
Someone can probably improve this!http://curl.io/
I really like http://fh.tl/ because you can also easily send shell output [/] $ ls -la / | curl -F 'paste= helpful when trying to debug someone on a remote workers machine
I've been wanting something like this for semi-private image shares as Imgur's URLs aren't very random; but Transfer has a similar security problem; it looks like the URLs need to be longer as a prerequisite to being un-crawlable. I hope you'll consider it.
Never expect things you upload to the internet to be private. There are so many vectors where this can go wrong. The host might list directory indexes, s3 buckets can be open, sites can be hacked, etc etc.
I've been wanting something like this for semi-private image shares as Imgur's URLs aren't very random; but Transfer has a similar security problem; it looks like the URLs need to be longer as a prerequisite to being un-crawlable. I hope you'll consider it.
I like in the little example animation, hello.txt is uploaded and a url is returned, but then a completely different url is used to get the hello.txt back.
I would love to use this for my own files, without expiration etc. Do you have any plans to open source this?
That's great, you can encrypt stuff then as follows (on a Mac). brew install gpg gpg --gen-key gpg -ac To decrypt, take the returned URL: curl https://transfer.sh/1nKXr/file.encrypted | gpg -ad Someone can probably improve this!
I like in the little example animation, hello.txt is uploaded and a url is returned, but then a completely different url is used to get the hello.txt back.
Op here, good point. Will update the demo ;-)