fix technical info

This commit is contained in:
2025-12-11 09:53:22 +11:00
parent 74d8fdd86d
commit e2a44073b5

View File

@@ -181,7 +181,6 @@ var pageTmpl = template.Must(template.New("page").Parse(`
<tr><td><tt>{{.}}</tt></td></tr>
{{end}}
</table>
{{end}}
<div style="
margin-top: 2rem;
background: #fff;
@@ -196,10 +195,14 @@ var pageTmpl = template.Must(template.New("page").Parse(`
No data generated by this page is stored on the server at any time. Your passphrases are <strong>never logged or recorded</strong>.
</li>
<li style="margin: 0.25rem 0;">
All randomness is generated using Go's crypto/rand package, which uses the Linux kernel's secure random generator (same source as /dev/urandom).
All randomness is generated using Go's crypto/rand package, which uses the Linux kernel's secure random generator (same source as /dev/urandom).
</li>
<li style="margin: 0.25rem 0;">
Source code for this generator is available at:<br><a href="https://git.coadcorp.com/nathan/ppgen" target="_blank" style="text-decoration:none; color:#0d6efd;">https://git.coadcorp.com/nathan/ppgen</a>
</li>
</ul>
</div>
{{end}}
</body>
</html>
`))