From 3569e0a3efd8f0fc9beee9d282c674ac3ac22041 Mon Sep 17 00:00:00 2001 From: Szymon Nowak Date: Tue, 18 May 2021 15:25:45 +0200 Subject: [PATCH] Update 'about app' content --- app/templates/about-app.hbs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 @@

What is it?

- 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.

How to use it?

-

Sharing files between devices in local network*

+

Sharing files between devices in a local network*

- 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.

Sharing files between devices in different networks

- 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.

+

Security

+

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.

+

Feedback

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.