Skip to content

Ismael-Safadi/secure-sharing-files

Repository files navigation

secure-sharing-files

secure sharing files using AES and RSA Algorithms

About

secure sharing files using AES and RSA Algorithms , Coded by : ismael Al-safadi
you can use this tool to share files securely , the file will encrypt by AES Algorithm and the key of AES encryption will send to the anothe side by RSA algorithm

Using

first you need to install python , and the librarys
1: Crypto
2: pickle
3:argparse
4: threading
then you need to run reciver on the reciver.py side before run the sender.py using this commend ./reciver.py -d [target] -p [port] -k [key]
example >> python reciver.py -d 127.0.0.1 -p 8000 -k 1234
after running reciver.py on the reciver side ,run the sender.py on sender side using this command ./sender -d [target] -p [port] -k [key] -f [file]
example ./sender.py -d 127.0.0.1 -p 8000 -k 1234 -f ./root/Desktop/image.png
note that the ip ,port and key must be the same on the both side
The ip must be the ip of reciver not the sender on the both side , thats mean if reciver ip is 10.10.10.12 and sender ip is 10.10.10.22 then you should put 10.10.10.12 on the both side
to contact with me on facebook >> https://www.facebook.com/ismael.alsafadi
My email:ismaelalsafadi@protonmail.com
thank you for using my tool ^__^

About

secure sharing files using AES and RSA Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages