diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-08 23:05:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-08 23:05:23 -0300 |
commit | e9fb8c47a70e87ee767f800269400c0edeac35e2 (patch) | |
tree | bc26b4bff3566228fa1b18de401e6fb152bc49f3 | |
parent | 35e09a5ba3341a5bcc1bb1604f1b1d78a1fb4089 (diff) | |
download | keyringer-e9fb8c47a70e87ee767f800269400c0edeac35e2.tar.gz keyringer-e9fb8c47a70e87ee767f800269400c0edeac35e2.tar.bz2 |
TODO
-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 |