fix technical info
This commit is contained in:
7
main.go
7
main.go
@@ -181,7 +181,6 @@ var pageTmpl = template.Must(template.New("page").Parse(`
|
|||||||
<tr><td><tt>{{.}}</tt></td></tr>
|
<tr><td><tt>{{.}}</tt></td></tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</table>
|
</table>
|
||||||
{{end}}
|
|
||||||
<div style="
|
<div style="
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
background: #fff;
|
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>.
|
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>
|
||||||
<li style="margin: 0.25rem 0;">
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
{{end}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`))
|
`))
|
||||||
|
|||||||
Reference in New Issue
Block a user