[Pkg-gnupg-commit] [gpgme] 05/412: Passphrase update

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 24c738f5bb5c253a17962c62867d6c847250b41e
Author: Ben McGinnes <ben at adversary.org>
Date:   Sun May 17 02:38:32 2015 +1000

    Passphrase update
    
    * Changed example passphrase to something that meets the current minimum
      requirements.
---
 lang/py3-pyme/examples/genkey.py     | 2 +-
 lang/py3-pyme/examples/signverify.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/py3-pyme/examples/genkey.py b/lang/py3-pyme/examples/genkey.py
index 0b4feee..f2998cc 100755
--- a/lang/py3-pyme/examples/genkey.py
+++ b/lang/py3-pyme/examples/genkey.py
@@ -36,7 +36,7 @@ Subkey-Length: 2048
 Name-Real: Joe Tester
 Name-Comment: with stupid passphrase
 Name-Email: joe at example.org
-Passphrase: abcdabcdfs
+Passphrase: Crypt0-R0cks
 Expire-Date: 2020-12-31
 </GnupgKeyParms>
 """
diff --git a/lang/py3-pyme/examples/signverify.py b/lang/py3-pyme/examples/signverify.py
index 0a1660e..6c68838 100755
--- a/lang/py3-pyme/examples/signverify.py
+++ b/lang/py3-pyme/examples/signverify.py
@@ -41,7 +41,7 @@ if not c.signers_enum(0):
 
 # This is a map between signer e-mail and its password
 passlist = {
-    "<joe at example.org>": "abcdabcdfs"
+    "<joe at example.org>": "Crypt0-R0cks"
     }
     
 # callback will return password based on the e-mail listed in the hint.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list