https://github.com/ganzerli/encryptedcallphp
generate a code with device from url and a password, use the encoded strings to post a call to the server, the server sends back encrypted resource, to decrypt with device
https://github.com/ganzerli/encryptedcallphp
cybersecurity encryption https networking php proxy
Last synced: 3 months ago
JSON representation
generate a code with device from url and a password, use the encoded strings to post a call to the server, the server sends back encrypted resource, to decrypt with device
- Host: GitHub
- URL: https://github.com/ganzerli/encryptedcallphp
- Owner: ganzerli
- Created: 2019-12-09T11:53:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T18:17:31.000Z (over 3 years ago)
- Last Synced: 2025-07-06T06:49:17.516Z (6 months ago)
- Topics: cybersecurity, encryption, https, networking, php, proxy
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
0x01 you need php installed in the machine to run the program
DEVICE HAS AS INPUT THE URL AND A PASSWORD FOR THE REQUEST FROM USER
in cryptRequest.php insert url and password, will encrypt them for the server call.
in / computer insert the values given as result after cripting, the computer makes a call to the server.
the server gets the crypted request, decrypt it and calls the URL, sends back resource from url encodded.
the device then gets as input the crypted request of the server and decrypts it to display
...........................................................................
get the password and url cripted from device/cryptRequest.
start computer on localhost:8000 , server on localhost:8001 , and (end) device on localhost:8002
insert url and a password for the call in the form of the computer and get the url encripted back, device will decript the resource.