Secure Message Encoder is a Python-based application that allows you to encode and decode messages securely. It uses a custom encoding scheme combined with hashing and encryption to ensure message confidentiality and integrity.
- Encode messages with a custom scheme
- Hash messages using SHA-256
- Encrypt and store encoded messages and their hashes in a JSON file
- Decrypt and verify messages
- Python 3.6+
cryptographypackage
-
Clone the Repository:
git clone https://github.com/D3-crypto/secure-message-encoder.git cd secure-message-encoder