marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

Support GnuPG 2? #46

Closed xuchunyang closed 9 years ago

xuchunyang commented 9 years ago
~ % gpg2 --version
gpg (GnuPG) 2.0.27
libgcrypt 1.6.3
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA, RSA, ELG, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
~ % passpie
Error: GnuPG not installed. https://www.gnupg.org/

I already have GnuPG 2 installed in my system, it seems better for desktop system (https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG.html), so my question is: can passpie support gpg2 as well?

marcwebbie commented 9 years ago

Great idea, I've been testing with gpg2 locally and I will surely push that soon. :)

thanks

xuchunyang commented 9 years ago

It works now. Thank you.