Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18949
| From | Fx ROOM <naso@tata.new> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | gnupg::encrypt(): get_key failed |
| Date | 2022-05-28 10:13 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <t6sljc$1i9$1@gioia.aioe.org> (permalink) |
$gpg = new gnupg();
$gpg->addencryptkey("8660281B6051D071D94B5B230549F9DC851566DC");
var_dump(
$gpg->geterror(),
$gpg->encrypt("just a test")
);
OUTPUT:
string(14) "get_key failed"
bool(false)
Why?
Back to comp.lang.php | Previous | Next — Next in thread | Find similar | Unroll thread
gnupg::encrypt(): get_key failed Fx ROOM <naso@tata.new> - 2022-05-28 10:13 +0200
Re: gnupg::encrypt(): get_key failed De ongekruisigde <ongekruisigde@news.eternal-september.org> - 2022-05-28 08:21 +0000
Re: gnupg::encrypt(): get_key failed Fx ROOM <naso@tata.new> - 2022-05-28 13:37 +0200
Re: gnupg::encrypt(): get_key failed "J.O. Aho" <user@example.net> - 2022-05-28 23:39 +0200
Re: gnupg::encrypt(): get_key failed Fx ROOM <naso@tata.new> - 2022-05-29 12:07 +0200
csiph-web