diff options
-rwxr-xr-x | share/keyringer/genpair | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/keyringer/genpair b/share/keyringer/genpair index 774e7ab..5cc3427 100755 --- a/share/keyringer/genpair +++ b/share/keyringer/genpair @@ -37,6 +37,8 @@ function genpair_gpg { read -s -p "Enter password for the private key: " passphrase # TODO: insert 279 random bytes + # TODO: custom Name-Comment and Name-Email + # TODO: allow for empty passphrases gpg --homedir $WORK --gen-key --batch <<EOF Key-Type: DSA Key-Length: 1024 |