Messaging Web

Messaging Web

Service for transferring messages without registration

Simple messages

Simple messages are messages that are not password protected and can be accessed by anyone who knows the message number. Such messages are stored on the server in the database in unencrypted form.

Sending simple messages

  1. You need to come up with a convenient message number for a recipient. For example, it can be a mobile phone number, date of birth, first name + last name, or something else.
  2. You need to write the title and text of the message. Then send your message.
  3. Tell the recipient the message number. The recipient will be able to retrieve your message by the message number.

Deleting simple messages

A simple message can be deleted from the server only automatically. Such message will be queued for deletion after it expires. After that this message can be deleted from the server at any time.

Encrypted messages

Encrypted messages are messages that are encrypted on the client side using the Advanced Encryption Standard algorithm. And the password hash for the encrypted message is generated using PBKDF2.

Such a message, as a rule, cannot be read by anyone except the one who knows the password from it. Because such messages are sent to the server already in encrypted form, the password for which is not saved anywhere, only the password hash is saved. Therefore, having lost the password for such a message, you will no longer be able to recover the password and read the protected message.

Sending encrypted messages

  1. You need to come up with a convenient message number for a recipient. For example, it can be a mobile phone number, date of birth, first name + last name, or something else.
  2. You need to write a header, message text and set a password. Then send your message.
  3. Tell the recipient the message number and password. The recipient will be able to retrieve your message by the message number and the password.

Deleting encrypted messages

Encrypted message can be deleted from the server by the recipient or automatically.
When an encrypted message is deleted by the recipient, it is deleted from the server instantly and cannot be restored.
In case of automatic deletion, the message is queued for deletion after it expires. After that such message can be deleted from the server at any time.

Privacy Policy

Service «Messaging Web» does not collect or store any data other than:

  1. Your IP address may be stored in our database in order to protect our system. At the end of the day, your IP address is queued for deletion and can be completely deleted at any time.
  2. Simple messages are stored in the database in open unencrypted form for a limited time until they are automatically deleted.
  3. Encrypted messages are stored in the database in encrypted form and their hash passwords, for a limited time, until they are deleted automatically or by the recipient.

Our service does not transfer any data to third parties.