tvl-depot/web/pwcrypt/index.html

27 lines
720 B
HTML
Raw Normal View History

<!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>