mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-12 03:13:49 +02:00
mir fällt kein Commit-Titel ein :/
This commit is contained in:
5
sh_scripts/password-generator.sh
Normal file
5
sh_scripts/password-generator.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
echo 'Generating 32-character passwords'
|
||||
for ((n=0;n<100;n++))
|
||||
do dd if=/dev/urandom count=1 2> /dev/null | uuencode -m - | sed -ne 2p | cut -c-128
|
||||
done
|
||||
Reference in New Issue
Block a user