https://github.com/maemresen/encrypted-data-sender
An example project that simulates, sending and receiving encrypted data between two end-point.
https://github.com/maemresen/encrypted-data-sender
cryptography encryption java security
Last synced: about 2 months ago
JSON representation
An example project that simulates, sending and receiving encrypted data between two end-point.
- Host: GitHub
- URL: https://github.com/maemresen/encrypted-data-sender
- Owner: maemresen
- License: mit
- Created: 2020-11-07T00:52:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T00:49:49.000Z (over 3 years ago)
- Last Synced: 2025-01-11T18:28:45.684Z (over 1 year ago)
- Topics: cryptography, encryption, java, security
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The main motivation is simulating an encrypted communication between sender and listener.
Modules:
* listener: simulates the listener side that receives encrypted messages and decrypts
* sender: simulates the sned side that encyrpt messages and send them to listner
* securelib: helper library that is using by both listener and sender modules
# Usage
1. First you should statrt **listener** module.
2. Second you start **sender** module.
3. Follow console outputs on both listener and sender. You will see mock data
* encrypted on sender
* decrypted on listener