Update README.md

This commit is contained in:
SkyperTHC
2022-12-26 09:13:51 +00:00
committed by GitHub
parent 598df70955
commit 58a0c1f4cc
+1 -1
View File
@@ -791,7 +791,7 @@ head -c 32 < /dev/urandom | xxd -p -c 32
or make it alpha-numeric
```sh
head -c 32 < /dev/urandom | base64 | tr -dc '[:alpha:]' | head -c 16
head -c 32 < /dev/urandom | base64 | tr -dc '[:alnum:]' | head -c 16
```
<a id="crltefs-anchor"></a>