richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

Add decryption support #84

Closed kiike closed 8 years ago

kiike commented 8 years ago

This pull request adds to the previous commits on decryption. It currently implements a method, self._decrypt_data(self, data) which returns the decrypted data. It is based on both the Criptography documentation and the Pushbullet API example on E2E crypto.

Here's a screencast showing it in action:

Screencast

kiike commented 8 years ago

This PR should be disregarded. I'll create a new one with the correct branching - I saw an error while making the pull request but the hub helper submitted it anyway-.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+2.7%) to 58.128% when pulling 3fed386acddf25b19536a78b037cda5e96bbc03a on kiike:pr-add_on_error_handler into b6cd31db657dbebdcd6955d354fda1e709cb8740 on randomchars:master.