Skip to content

tenrin/Safe-Message-Transfer

Repository files navigation

Safe Message Transfer

Safe Message Transfer is a webpage developed in PHP language that allows users to send secret messages to receiver by Encrypting the message using a Secret Key.
This Encrypted Cipher text is sent to the receiver's Email Address and the Secret Key is shared to the receiver's Mobile Number through SMS.
I have used way2SMS API for sending the SMS and PHPMailer for sending EMAIL.

The encryption is an AES Encryption that is performed using CryptoJS library : crypto-js/3.1.2

Find the screenshots containing detailed procedure below:

  • Home Page
    Safe-Message-Transfer
  • Encryption Page
    Safe-Message-Transfer
  • Send the Secret Key
    Safe-Message-Transfer Safe-Message-Transfer
  • Send the Encrypted Cipher Text Safe-Message-Transfer Safe-Message-Transfer

* The receiver will receive the ciphertext on their EMAIL Address as: ![Safe-Message-Transfer](/screenshots/7-sms_received.jpg) ![Safe-Message-Transfer](/screenshots/8-email_received.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors