Skip to content

Commit

Permalink
Merge pull request #2 from renuo/replace-urls
Browse files Browse the repository at this point in the history
Update URLs
  • Loading branch information
coorasse authored Nov 1, 2024
2 parents 881ce9e + 7b1ee43 commit a87c3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Semel Secure Message

Visit [seme.li](https://seme.li) to share expiring secrets once.
Visit [secrets.renuo.ch](https://secrets.renuo.ch) to share expiring secrets once.
Encryption and decryption is done exclusively in the browser.
No secret reaches the server.

Expand Down
4 changes: 2 additions & 2 deletions src/views/new.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@
<li>Check the browser inspector to see that only a single legit network request is made by this page.</li>
<li>Be aware that the hash part of an URL is <strong>not</strong> submitted to the server by the browser
when you request a web page.
It contains ID and encryption key (like <code>https://secrets.renuoapp.ch/try#&ltID&gt:&ltsecret&gt</code>).
It contains ID and encryption key (like <code>https://secrets.renuo.ch/try#&ltID&gt:&ltsecret&gt</code>).
The ID is used to query the correct record from the backend. The encryption key stays on your machine.</li>
<li>Theoretically we could show the consumer of the secret a custom tailored web page to steal the secret part
of the URL. To omit this risk, you can split the generated link at the colon. If a secret link
is opened without the second part after the colon attached, we show a password input field.
In that case, the receiver can inspect the page's source code before entering the secret encryption key.</li>
<li>You actually have to trust us with the expiry feature. We could simply keep the ciphertext forever.</li>
<li>You can run your own backend. Find the source of this page on
<a href="https://github.com/schmijos/seme.li">GitHub</a>.</li>
<a href="https://github.com/renuo/seme.li">GitHub</a>.</li>
</ul>
</details>
</section>
Expand Down

0 comments on commit a87c3fb

Please sign in to comment.