Passphrase update

* Changed example passphrase to something that meets the current minimum
  requirements.
This commit is contained in:
Ben McGinnes 2015-05-17 02:38:32 +10:00
parent 8345bf6f43
commit 24c738f5bb
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Subkey-Length: 2048
Name-Real: Joe Tester
Name-Comment: with stupid passphrase
Name-Email: joe@example.org
Passphrase: abcdabcdfs
Passphrase: Crypt0-R0cks
Expire-Date: 2020-12-31
</GnupgKeyParms>
"""

View File

@ -41,7 +41,7 @@ if not c.signers_enum(0):
# This is a map between signer e-mail and its password
passlist = {
"<joe@example.org>": "abcdabcdfs"
"<joe@example.org>": "Crypt0-R0cks"
}
# callback will return password based on the e-mail listed in the hint.