aboutsummaryrefslogtreecommitdiffstats
path: root/lang/py3-pyme/examples
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2015-05-16 16:38:32 +0000
committerBen McGinnes <[email protected]>2015-05-16 16:38:32 +0000
commit24c738f5bb5c253a17962c62867d6c847250b41e (patch)
treea89512f3d85784370b2920120d21b3f4f9e45d0a /lang/py3-pyme/examples
parentexample email (diff)
downloadgpgme-24c738f5bb5c253a17962c62867d6c847250b41e.tar.gz
gpgme-24c738f5bb5c253a17962c62867d6c847250b41e.zip
Passphrase update
* Changed example passphrase to something that meets the current minimum requirements.
Diffstat (limited to 'lang/py3-pyme/examples')
-rwxr-xr-xlang/py3-pyme/examples/genkey.py2
-rwxr-xr-xlang/py3-pyme/examples/signverify.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/py3-pyme/examples/genkey.py b/lang/py3-pyme/examples/genkey.py
index 0b4feee3..f2998cce 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: [email protected]
-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 0a1660ec..6c688389 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 = {
- "<[email protected]>": "abcdabcdfs"
+ "<[email protected]>": "Crypt0-R0cks"
}
# callback will return password based on the e-mail listed in the hint.