From 24c738f5bb5c253a17962c62867d6c847250b41e Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 17 May 2015 02:38:32 +1000 Subject: Passphrase update * Changed example passphrase to something that meets the current minimum requirements. --- lang/py3-pyme/examples/signverify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/py3-pyme/examples/signverify.py') 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 = { - "": "abcdabcdfs" + "": "Crypt0-R0cks" } # callback will return password based on the e-mail listed in the hint. -- cgit v1.2.3