🔑 Securely encrypt your secret text and generate a link to share with other recipients.
/share/{uuid}#{key}
) is generated which contains the UUID for the encrypted
message. The secret key is part of
this URL as a hash parameter, ensuring that the backend server never receives it.
TL; DR: The key used to encrypt the secret text is never stored in the backend. Only the recipient with the link can decrypt the message.
View the source