mcx808
@mcx808@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Dumbware.io - Stupid Simple Software 4 weeks ago:
What is ‘end-to-end encrypted’ about dumbdrop? I ran a quick test by running
docker run -p 3000:3000 -c /private/tmp/dumbdrop:/app/uploads dumbwareio/dumbdrop:latest
Opened localhost:3000 and uploaded a file. A copy of that file is now sitting, unencrypted in/tmp/dumbdrop
. Searched the documentation for the work encrypt and found nothing.