One time secret
Are your data safe?
Below is an explanation of how the data are processed in this application:
Data are encrypted directly in the browser. No one outside the browser can access this process – everything happens on the client side.
The encrypted data are sent to the server and assigned a unique identifier. Without the proper key, the data cannot be read.
A one-time link is created containing the data identifier and the key needed to decrypt it.
Data are stored on the server for a maximum of twenty-four hours or until the link is used.
After clicking the link, data are retrieved from the server and then deleted. The key from the link is used to decrypt the message in the browser, as described in point #1.
How can you verify this?
This project is open-source. If there are any doubts, the code can be reviewed — it is very simple! The GitHub link can be found in the footer.