Post
Topic
Board Off-topic
Re: what is this #!/bin/bash
by
starmyc
on 04/06/2018, 17:19:04 UTC

Code:
date +%s.%N | sha256sum | base64 | head -c 32 ; echo
 



Smiley

Code:
cat /dev/urandom | tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' | head -c 28 | sha256sum | base64 | head -c 32 && echo ""

Code:
$ sudo apt install pwgen
$ pwgen
eiGh8voe eec7Gohc AhJ7euro ef2Riiz8 Saej7Oz3 dim3ahBo eitoo6Uo weeP3zea
oop4UW4o Eiza8ooH shaeH8Ph pau6oaNg AeN4kie3 HaiPu7oh Ne5sahNg Sei2ahSe
eet7Oor6 rohNg7yo yie8Ahsh Dahn6ooy choo5ieG ahM9ukai Em4ox2Pu Eiphan4o

(Fedora/Centos version is for sure dnf install -y pwgen)
Cheers.