runar-org / messenger

Cryptographic messaging platform that generates links to encrypted messages hiding privacy of sender, and recipient.
https://sendlab.app
GNU General Public License v2.0
8 stars 0 forks source link

Make Identifier A Readable Sentence #12

Open kaburkett opened 3 years ago

kaburkett commented 3 years ago

Allow an option that generates a random readable sentence instead of a URL (this can allow a message to be shared without indicating send lab is being used).

kaburkett commented 1 year ago

an example of this would be :

sendlab.app/receive/this is an example sentence to see how it is handled by sendlab

a browser would insert %20 automatically in the url when the sentence is pasted, so sendlab would also have to handle that.