diff --git a/app/templates/about-app.hbs b/app/templates/about-app.hbs index cc180a4..a440645 100644 --- a/app/templates/about-app.hbs +++ b/app/templates/about-app.hbs @@ -2,20 +2,23 @@
- ShareDrop is a free app that allows you to easily and securely share files directly between devices without having to upload them to any server first. + ShareDrop is a free web app that allows you to easily and securely share files directly between devices without uploading them to any server first.
- To send a file to another device in the same local network, open this page (i.e. www.sharedrop.io) on both devices. Drag and drop a file directly on other person's avatar or click the avatar and select the file you want to send. The file transfer will start once the recipient accepts the file. + To send a file to another device in the same local network, open this page (i.e. www.sharedrop.io) on both devices. Drag and drop a file directly on another person's avatar or click the avatar and select the file you want to send. The file transfer will start once the recipient accepts the file.
- To send a file to another device in a different network, click button in the upper right corner of the page and follow futher instructions. + To send a file to another device in a different network, click button in the upper right corner of the page and follow further instructions.
+ShareDrop uses a secure and encrypted peer-to-peer connection to transfer information about the file (its name and size) and file data itself. This means that this data is never transfered through any intermediate server but directly between the sender and recipient devices. To achieve this, ShareDrop uses a technology called WebRTC (Web Real-Time Communication), which is provided natively by browsers. You can read more about WebRTC security here.
+Got a problem with using ShareDrop, suggestion how to improve it or just want to say hi? Send an email to support@sharedrop.io or report an issue on GitHub.