Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Dec 21, 2016
2 parents f4c0428 + a24af0d commit 4df69ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Expand Up @@ -65,8 +65,12 @@ The primary interface class you'll likely want to interact with is ``gnupg.GPG``
>>> print key.fingerprint
245D8FA30F543B742053949F553C0E154F2E7A98

>>> message = "The crow flies at midnight."
>>> encrypted = str(gpg.encrypt(message, key.fingerprint))
>>> decrypted = str(gpg.decrypt(encrypted))
>>> assert(decrypted == message)

.. _documentation: https://python-gnupg.readthedocs.org/en/latest/
.. _documentation: https://pythonhosted.org/gnupg/

==============================
Bug Reports & Feature Requests
Expand Down

0 comments on commit 4df69ae

Please sign in to comment.