1755642013

This commit is contained in:
2025-08-19 16:20:13 -06:00
parent 328cb50cc4
commit df16630a5c
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# uses /dev/urandom for quality 128 random bits (16 bytes)
# hashed with sha256 then cleaned up with awk
dd if=/dev/urandom bs=1 count=16 status=none | sha256sum | awk '{print $1}'