This page temporarily redirects to gemini://si3t.ch/code/rdmpass/.

rdmpass : generate random passwords

#!/bin/sh
l=42
openssl rand $l -base64 | tr -d /=+ | cut -c -$l
jot -rcs '' $l 32 126
tr -cd '[:alnum:]' < /dev/urandom | fold -w $l | head -n 1


=> /

Proxy Information
Original URL
gemini://si3t.ch/code/rdmpass
Status Code
Success (20)
Meta
text/gemini;lang=fr
Capsule Response Time
982.89476 milliseconds
Gemini-to-HTML Time
0.171475 milliseconds

This content has been proxied by September (3851b).