https://github.com/guybanbo/encryption-with-idea-in-ofb-mode--merkle-hellman-knapsack-and-el-gamal-signature
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guybanbo/encryption-with-idea-in-ofb-mode--merkle-hellman-knapsack-and-el-gamal-signature
- Owner: guybanbo
- Created: 2024-06-24T17:37:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T18:08:01.000Z (12 months ago)
- Last Synced: 2025-01-15T19:34:38.982Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
an app that encrypts and decrypts messages using the symmetric key algorithm IDEA in OFB mode.
The symmetric key is securely exchanged using Merkle-Hellman knapsack and the encrypted messages are signed using EL-GAMAL signature.