top | item 44575787

(no title)

faeranne | 7 months ago

Checkout passage: https://github.com/FiloSottile/passage which has done part of this by using age instead of pgp. I used it for a while, and last I checked there was sadly no android app (the pass android app hardcoded too much PGP to be a useful base, so I was told), but the work is def there.

discuss

order

wkat4242|7 months ago

> Checkout passage: https://github.com/FiloSottile/passage which has done part of this by using age instead of pgp.

Nice! But I can't really use it until it works on Android too (with hardware keys). I'll definitely try it out though.

> the pass android app hardcoded too much PGP to be a useful base

The original one did not. It leveraged the OpenKeyChain external app which basically handles all the PGP stuff. So there was no PGP code in the app. Similar to how it's done on a PC with the gpg suite

But someone rewrote it with an internal library which also removed Yubikey support.