Vaynbaum / MD5-hashing

An application for verifying the originality of a message based on MD5 hashing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD5-hashing

About

An application for verifying the originality of a message based on MD5 hashing (electronic digital signature)

Getting Started

You need to copy the project to your computer in a convenient way.

Usage

In the console from the project directory:

  1. Run the script in the main.py
  2. Create key on the Recipient form (click Key generation button)

image image

  1. On the Sender form, enter a message and click the Send a message button

image

  1. On the Recipient form, click the Get a message button. The result of checking the originality of the message is displayed at the bottom of the form

image image

About

An application for verifying the originality of a message based on MD5 hashing


Languages

Language:Python 100.0%