create passphrase gen tool
This commit is contained in:
parent
ac7702ed4d
commit
d0c620b61c
3 changed files with 4 additions and 0 deletions
2
slackware/home/bin/scripts/generate-passphrase
Executable file
2
slackware/home/bin/scripts/generate-passphrase
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
shuf -n3 /usr/share/dict/words | tr -d '\n'
|
||||
2
slackware/home/bin/scripts/passphrase
Executable file
2
slackware/home/bin/scripts/passphrase
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/fish
|
||||
generate-passphrase | pass insert -e $argv
|
||||
Loading…
Add table
Add a link
Reference in a new issue