vext01 / passout

Simple password manager built on GnuPG.
4 stars 1 forks source link

Investigate use of a Python PGP library. #7

Open richlanc opened 9 years ago

richlanc commented 9 years ago

Could be worth replacing subprocess calls with https://pypi.python.org/pypi/PGPy

vext01 commented 9 years ago

On Mon, Dec 01, 2014 at 04:17:04PM -0800, Richard Lancaster wrote:

Could be worth replacing subprocess calls with https://pypi.python.org/pypi/PGPy

Is it a pure Python implementation or a binding do you know. As long as it is compatible with the command line gpg, I am cool with this. I may have a go over xmas.

Best Regards Edd Barrett

http://www.theunixzoo.co.uk

vext01 commented 9 years ago

Maybe this is more suitible: https://pythonhosted.org/python-gnupg/