diff options
-rw-r--r-- | __init__.py | 5 | ||||
-rw-r--r-- | util.py | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py index c83627f0..cbd4bb0d 100644 --- a/__init__.py +++ b/__init__.py @@ -46,6 +46,11 @@ class Soledad(object): # Management of secret for symmetric encryption #------------------------------------------------------------------------- + + #------------------------------------------------------------------------- + # Management of secret for symmetric encryption + #------------------------------------------------------------------------- + def _has_secret(self): """ Verify if secret for symmetric encryption exists on local encrypted @@ -53,3 +53,4 @@ class GPGWrapper(gnupg.GPG): logger.debug('send_keys result: %r', result.__dict__) data.close() return result + |