https://github.com/calebabg/pylsecurep2p
Python Secure Local File Share/Transfer
https://github.com/calebabg/pylsecurep2p
diffie-hellman peer-to-peer
Last synced: 8 months ago
JSON representation
Python Secure Local File Share/Transfer
- Host: GitHub
- URL: https://github.com/calebabg/pylsecurep2p
- Owner: CalebABG
- License: mit
- Created: 2019-04-20T09:48:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T18:19:16.000Z (over 6 years ago)
- Last Synced: 2024-12-31T00:16:39.566Z (9 months ago)
- Topics: diffie-hellman, peer-to-peer
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyLSecureP2P
#### A Python Secure Local File Share/Transfer
#### Local file transfer is made safe and secure by using the Diffe Hellman Key Exchange Algorithm for client secret key encryption with the combination of AES (Advanced Encryption Standard) CBC mode (Cipher Blocker Chaining) for packet encryption.