This commit is contained in:
SG
2023-05-01 17:06:37 +02:00
parent 518929fe2d
commit 962af5da89

View File

@@ -7,7 +7,7 @@ A relay server is used to help with data transfer.
**Transmat** - tool to copy files/directories \ **Transmat** - tool to copy files/directories \
**Transplace** - HTTP proxy/exit point **Transplace** - HTTP proxy/exit point
### Copy files ### How to copy files using ```transmat```
Transphase relay server should be running and accessible by the parties. Transphase relay server should be running and accessible by the parties.
On the sending party: On the sending party:
``` ```
@@ -18,9 +18,9 @@ This will prepare the sender and output the command to run on the receiving part
transmat --receive --password Space-Time-Continuum transmat --receive --password Space-Time-Continuum
``` ```
The sending party will wait for the receiving party to connect to the relay server, and then it will start the transfer. The sending party will wait for the receiving party to connect to the relay server, and then it will start the transfer. \
With the exception of some service messages, all the data is encrypted. With the exception of some service messages, all the data is encrypted. \
Encryption and decryption is done only client-side, and the relay server has no useful knowledge of the data it relays. Encryption and decryption is done only client-side, and the relay server has no useful knowledge of the data it relays. \
Fernet module (AES128-CBC + HMAC-SHA256) is used to encrypt and authenticate the data. Fernet module (AES128-CBC + HMAC-SHA256) is used to encrypt and authenticate the data.
See also ```transmat --help``` See also ```transmat --help```