about summary refs log tree commit diff
path: root/web/pwcrypt/index.html
blob: cacf984d88da6ded951db1206d4b9f1903a429b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet"
          href="https://static.tvl.su/latest/terminal.min.css" />
    <title>//web/pwcrypt</title>
  </head>

  <body>
    <noscript>
      <h1>//web/pwcrypt</h1>
      <p>
        This application hashes passwords in your browser, and
        requires JavaScript (or more specifically, WebAssembly) to
        run.
      </p>
      <p>
        All of the involved code is
        available <a href="https://at.tvl.fyi/?q=%2F%2Fweb%2Fpwcrypt">in
        the depot</a> and is licensed under free software licenses.
      </p>
    </noscript>
  </body>
</html>