Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.