Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 648 Bytes

File metadata and controls

23 lines (15 loc) · 648 Bytes

Secure Message Encoder

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.

Features

  • 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

Requirements

  • Python 3.6+
  • cryptography package

Installation

  1. Clone the Repository:

    git clone https://github.com/D3-crypto/secure-message-encoder.git
    cd secure-message-encoder