Earlier quoted context omitted.
I wonder if you could do the encryption entirely in the client so it was verifiably secure. Front end JavaScript generates a symmetric encryption key that is never shared to the server. User enters message. Message is encrypted with the generated key. You create the scrt sending only the ciphertext to the server which doesn't have the key and so couldn't read the message. You click a button to copy both the link to t…
It is done entirely on the client. You can check the source code. Read more on scrt.link/security.
I'm not accusing you of that - just saying there is no way to prove that's not happening.