Péter Rabi
Results
3
comments of
Péter Rabi
`PasswordStore.get_decrypted_password()` has a little bit misleading name, because as its doc string sugests, it returns the full decrypted content of the requested entry (`.gpg` file). It only returns a newline...
Maybe we should merge this issue with #5 and make `get_decrypted_password()` return some `Password` object instead of an `str`. It could have a `password` field that would contain the decoded...
Seems like it would. :-)