Post #2332629
2026-01-26 00:30 UTC
@teunvink@mstdn.social Yeah, I guess that can work.
head -c 16 /dev/urandom | od -An -t x2 | sed -e 's,^ ,,' -e 's, ,:,g'
Although with putting it in DNS you'd have to watch out for zero-fills in generated form and stripped-zero in DNS.
So I'll stick with head -c 18 /dev/urandom | base64
Replies (0)
No replies.