Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitbynik/aes_secure_msg
COL759 Assignment-3
https://github.com/bitbynik/aes_secure_msg
aes-256 client-server cryptography iitd messaging
Last synced: 3 days ago
JSON representation
COL759 Assignment-3
- Host: GitHub
- URL: https://github.com/bitbynik/aes_secure_msg
- Owner: BitByNIK
- Created: 2024-11-14T08:20:02.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-15T03:06:50.000Z (about 1 month ago)
- Last Synced: 2024-12-06T13:39:00.160Z (19 days ago)
- Topics: aes-256, client-server, cryptography, iitd, messaging
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptographic Secure Messaging System using AES
- Confidentiality: Only the intended recipient should access the message content.
- Integrity: Messages should be protected against tampering, ensuring the content is exactly what was sent.
- Message Freshness and Replay Attack Prevention: Using a unique Initialization Vector (IV) with a fixed length of 16 bytes for each message.
- Username Privacy: Encrypting usernames with a fixed length (16 bytes maximum) to ensure privacy.