mirror of
https://github.com/lloeki/toolbelt.git
synced 2025-12-06 01:54:41 +01:00
random password/token generator
This commit is contained in:
parent
016d3b178a
commit
f99fa50ae8
1 changed files with 2 additions and 0 deletions
2
rndpass
Executable file
2
rndpass
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
xxd -l $(($1/2)) -p /dev/random | tr '\n' ':' | sed 's/://g' | xargs echo -n
|
||||||
Loading…
Add table
Add a link
Reference in a new issue