gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

30e843de6c9c7ad23eb010e641c8b5c10a93b2d1 - Matthew Ernisse - 1612638040

link to homepage, warning on cgi page

view tree

view raw

diff --git a/cgi-bin/converter b/cgi-bin/converter
index cc2db5e..ef123f0 100755
--- a/cgi-bin/converter
+++ b/cgi-bin/converter
@@ -57,8 +57,10 @@ Display a number in binary, decimal and hexadecimal.  If your input cannot be re
 => url/decode		URL Unquote
 
 ## Random Stuff
+While I have taken care to be fairly reasonable with these things, please note that Molly Brown does produce logs that get saved which means that while they may be cryptographically secure, they also may end up in a log file somewhere.  As such these should be used for demonstration purposes only.
 
-=> random/base32	Random BASE32 secret
+=> random/base32	Random number, Base32 encoded
+=> random/totp		Random number, encoded as a TOTP secret
 
 ## Suggestions?
 Want to see something here?  Feel free to drop me a line.
diff --git a/index.gmi b/index.gmi
index 31bc882..1b68958 100644
--- a/index.gmi
+++ b/index.gmi
@@ -22,7 +22,7 @@ For the interested this capsule is running on Molly Brown in a Docker container,
 => /~mernisse/01.gmi	(About the VFD message display)
 
 ## CGI Toolbox
-Convert from/to binary, hexidecimal, decimal!  URL quote and unquote!  BASE64 encode and decode!
+Convert from/to binary, hexidecimal, decimal!  URL quote and unquote!  Base64 encode and decode!  Base32 encoded or TOTP encoded random numbers!
 => /cgi-bin/converter/	CGI Toolbox
 
 ## Feeds