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
- Host: GitHub
- URL: https://github.com/dmdhrumilmistry/pysecuretransfer
- Owner: dmdhrumilmistry
- License: mit
- Created: 2021-08-22T07:33:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T07:12:34.000Z (over 4 years ago)
- Last Synced: 2025-02-08T07:08:47.551Z (over 1 year ago)
- Topics: dmdhrumilmistry, filetransfer, filetransfer-tcp, python, python3, secure
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pysecuretransfer
Transfer your files securely over Network
### 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: