The main goal of https://encrypt.one is to make sensitive information sharing
safe and secure. it was achieved by using full client-side encryption model.
Before information is sent to the server it is encrypted (by AES 256) in your browser with a randomly generated key or your passphrase by crypto-js.
The server receives your information encrypted and cannot decrypt it, because the link or the passphrase never send to the server.
After you send the link and the passphrase via any kind of communication, the recipient browser decrypts it and the information is deleted from the server.