Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.14 KB

README.md

File metadata and controls

74 lines (56 loc) · 2.14 KB

pysecuretransfer

Transfer your files securely over Network

PySecureTransfer ART

Features

  • Encrypted File Transfer
  • User Authentication

Dependencies

PySecureTransfer is using -

  • Python
    • cryptography
    • os
    • socket
    • base64

MIT License

Have any Issues?

Create an issue from Issues Tab

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: