An open API service indexing awesome lists of open source software.

https://github.com/dmdhrumilmistry/pysecuretransfer

Transfer your files securely over Network
https://github.com/dmdhrumilmistry/pysecuretransfer

dmdhrumilmistry filetransfer filetransfer-tcp python python3 secure

Last synced: about 1 year ago
JSON representation

Transfer your files securely over Network

Awesome Lists containing this project

README

          

# pysecuretransfer
Transfer your files securely over Network


PySecureTransfer ART

### Features

- Encrypted File Transfer
- User Authentication

##
### Dependencies

**`PySecureTransfer`** is using -
- `Python`
- `cryptography`
- `os`
- `socket`
- `base64`

##
## [License](https://github.com/dmdhrumilmistry/pysecuretransfer/blob/main/LICENSE?raw=true)
MIT License


##
### Have any Issues?
Create an issue from ***[Issues Tab](https://github.com/dmdhrumilmistry/pysecuretransfer/issues)***

##
### Following values needs to changed before using pysecuretransfer
- In `server.py`
- self.FILE_PATH
- IP
- PORT
- salt

- In `client.py`
- SAVE_self.FILE_PATH
- IP
- PORT
- salt

> IP, PORT and salt should be same for server and client python file

## Usage
- Above values needs to be changed
- Start Server
```
python server.py
```
- Start Receiver
```
python client.py
```

##
## Leave A Star⭐


### Connect With Me On: