https://github.com/byteshiva/public-key-encryption-demo
A demonstration of public-key encryption using OpenSSL with specific directories for sender (Bob) and receiver (Alice) named sender_bob
https://github.com/byteshiva/public-key-encryption-demo
Last synced: 8 months ago
JSON representation
A demonstration of public-key encryption using OpenSSL with specific directories for sender (Bob) and receiver (Alice) named sender_bob
- Host: GitHub
- URL: https://github.com/byteshiva/public-key-encryption-demo
- Owner: byteshiva
- License: apache-2.0
- Created: 2024-01-31T09:22:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T20:54:10.000Z (about 2 years ago)
- Last Synced: 2025-03-15T23:19:37.900Z (about 1 year ago)
- Language: Shell
- Homepage: https://byteshiva.medium.com/enhancing-security-encrypting-and-decrypting-messages-with-openssl-and-public-key-cryptography-329f175fd46f
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Public Key Encryption Demo
This repository demonstrates public-key encryption using OpenSSL with specific directories for sender (Bob) and receiver (Alice).
## Instructions
1. **Clone the Repository:**
```bash
git clone https://github.com/byteshiva/public-key-encryption-demo.git
```
2. **Navigate to the Project Directory:**
```bash
cd public-key-encryption-demo
```
3. **Run Nix Develop:**
```bash
nix develop
```
This will set up the necessary environment for the public key encryption demo.
Feel free to explore the `sender_bob` and `receiver_alice` directories, run the public key encryption script, and observe the encrypted and decrypted messages.