wisp
 
(Arne Babenhauserheide)
2016-06-16: add maybe and reversible

add maybe and reversible

diff --git a/examples/securepassword.w b/examples/securepassword.w
--- a/examples/securepassword.w
+++ b/examples/securepassword.w
@@ -76,7 +76,7 @@ exec guile -L $(dirname $(dirname $(real
 ;; password), you’d need 200 bits of entropy. A 36 letter, 8 delimiter
 ;; password (221 bits of entropy) would last about 100 billion
 ;; years. With that it would very likely outlast that civilization
-;; (and its star).
+;; (and maybe even its star).
 
 ;; [5]: https://en.wikipedia.org/wiki/Kardashev_scale
 
@@ -87,9 +87,11 @@ exec guile -L $(dirname $(dirname $(real
 ;; If you ever wanted to anger a type II civilization, encrypt their
 ;; vital information with a 36 letter, 8 delimiter password like this:
 ;; CB6d,D7fX-5sLV!mgCp,kTvG-He6n-7Fg9.REX3-r9F5
-;; keep in mind, though, that they might have other means to get it
+;; Keep in mind, though, that they might have other means to get it
 ;; than brute force. And when they come for you, they will all be
 ;; *really angry* :)
+;; Or they might just have developed reversible computing, then all
+;; these computations are just a fun game to stretch the mind :)
 
 
 define-module : examples securepassword