Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

🆕 Software Suggestion | RustDesk #2314

Open
1 task done
lrq3000 opened this issue May 31, 2021 · 1 comment · May be fixed by #2316
Open
1 task done

🆕 Software Suggestion | RustDesk #2314

lrq3000 opened this issue May 31, 2021 · 1 comment · May be fixed by #2316

Comments

@lrq3000
Copy link
Contributor

lrq3000 commented May 31, 2021

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.
@lrq3000
Copy link
Contributor Author

lrq3000 commented Jun 7, 2021

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: rustdesk/rustdesk#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 :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants