Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxanier/simple-encrypted-communication
A very simple Client-Server encypted communication system using the Diffie-Hellmann-key-exchange
https://github.com/maxanier/simple-encrypted-communication
Last synced: about 1 month ago
JSON representation
A very simple Client-Server encypted communication system using the Diffie-Hellmann-key-exchange
- Host: GitHub
- URL: https://github.com/maxanier/simple-encrypted-communication
- Owner: maxanier
- Created: 2014-01-29T12:16:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T19:28:26.000Z (about 10 years ago)
- Last Synced: 2024-04-16T11:19:45.903Z (7 months ago)
- Language: Java
- Size: 477 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple-encrypted-communication
==============================A very simple Client-Server encypted communication system using the Diffie-Hellmann-key-exchange
Protokoll:
Client: Server:
-verbindet +START-START2 +OK
-ERR: Encryption already established
-ERR: Parameter wrong
-MSG +MSG
//Encrypted Message
Test