Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 585 Bytes

Secure-Message-Transfer-System

In this project, messages can be sent to the other users of the same platform.
The sent messages are encrypted using the cipher and key provided by the sender.
The key, cipher method and encrypted text are stored in the database and then retrieved for the reciever to decrypt to view the original message.
This project, for now uses the inbuilt encryption methods provided by the openssl_encrypt() function in PHP .

As of now the project is built using the following Tech Stack.

  1. HTML5
  2. SASS
  3. Materialize CSS
  4. PHP
  5. MySQL