| ▲ | FailMore a day ago | |
A little update: I added privacy-focused optional shorter URLs to SDocs. You can read more about the implementation here: https://sdocs.dev/#sec=short-links Briefly:
We encrypt your document client side. The encrypted document is sent to the server with an id to save it against. The encryption key stays client side in the URL fragment. (And - probably very obviously - the encryption key is required to make the sever stored text readable again).You can test this by opening your browser's developer tools, switch to the Network tab, click Generate next to the "Short URL" heading, and inspecting the request body. You will see a base64-encoded blob of random bytes, not your document. | ||