🆕 Software Suggestion | RustDesk #2314

Open
opened 2021-05-31 17:47:24 +00:00 by lrq3000 · 1 comment
lrq3000 commented 2021-05-31 17:47:24 +00:00 (Migrated from github.com)

Basic Information

Name: RustDesk
Category: Productivity Tools
URL: https://github.com/rustdesk/rustdesk

Description

An open-source remote desktop software, written in Rust. Works out of the box, no network configuration required. Supports Windows, Linux, MacOS and Android. Just share an ID and password with another RustDesk user to start a session. The connection is end-to-end encrypted from the agents to the clients, so that data is never decrypted by the relay server.

Note that the agents and clients (same software) are fully open-source, and a minimal example of the relay server is too, although it lacks the optimization of the commercial server they sell. Hence, it can be self-hosted, but a public instance is also available.

Why I am making the suggestion

Same reasons as #2312. Compared to #2312 and #2313 , RustDesk is easier to use and requires no registration, only the sharing of an ID and password (just like TeamViewer). It also offers good streaming performances, although slightly slower than Remotely.

My connection with the software

None, just a user.

  • I will keep the issue up-to-date if something I have said changes or I remember a connection with the software.
## Basic Information **Name:** RustDesk **Category:** Productivity Tools **URL:** https://github.com/rustdesk/rustdesk ## Description An open-source remote desktop software, written in Rust. Works out of the box, no network configuration required. Supports Windows, Linux, MacOS and Android. Just share an ID and password with another RustDesk user to start a session. The connection is [end-to-end encrypted](https://github.com/rustdesk/rustdesk/issues/63) from the agents to the clients, so that data is never decrypted by the relay server. Note that the agents and clients (same software) are fully open-source, and a minimal example of the relay server is too, although it lacks the optimization of the commercial server they sell. Hence, it can be self-hosted, but a public instance is also available. ## Why I am making the suggestion Same reasons as #2312. Compared to #2312 and #2313 , RustDesk is easier to use and requires no registration, only the sharing of an ID and password (just like TeamViewer). It also offers good streaming performances, although slightly slower than Remotely. ## My connection with the software None, just a user. - [x] I will keep the issue up-to-date if something I have said changes or I remember a connection with the software.
lrq3000 commented 2021-06-07 02:40:20 +00:00 (Migrated from github.com)

Update: the software uses NaCL to encrypt end-to-end the connection between the agents and clients. The hashing functions used:

crypto_sign_ed25519 for signature creation and verification
crypto_box_curve25519xsalsa20poly1305 for asymmetric cryptography
crypto_secretbox_xsalsa20poly1305 for symmetric cryptography

Source: https://github.com/rustdesk/rustdesk/issues/63

PS: If you want to discuss with the dev, please keep in mind they seem to not be a native english speaker, so that's likely why they prefer to link to the source code or directly cite code :-)

Update: the software uses NaCL to encrypt end-to-end the connection between the agents and clients. The hashing functions used: > crypto_sign_ed25519 for signature creation and verification > crypto_box_curve25519xsalsa20poly1305 for asymmetric cryptography > crypto_secretbox_xsalsa20poly1305 for symmetric cryptography Source: https://github.com/rustdesk/rustdesk/issues/63 PS: If you want to discuss with the dev, please keep in mind they seem to not be a native english speaker, so that's likely why they prefer to link to the source code or directly cite code :-)
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#2314
No description provided.