diff --git a/main.go b/main.go
index 8b03cf6..66327d5 100644
--- a/main.go
+++ b/main.go
@@ -182,6 +182,24 @@ var pageTmpl = template.Must(template.New("page").Parse(`
{{end}}
{{end}}
+
+
Notes
+
+ -
+ No data generated by this page is stored on the server at any time. Your passphrases are never logged or recorded.
+
+ -
+ “All randomness is generated using Go's crypto/rand package, which uses the Linux kernel's secure random generator (same source as /dev/urandom).”
+
+
+