Re: Encrypt to a key without importing it to keyring

2017-11-23 Thread Seby
Seby <seby2k...@gmail.com> wrote: >> Approximation would be using ephemeral GNUPGHOME. >> >> I mean, starting your GnuPG session (or script) with: >> >>$ export GNUPGHOME=$(mktemp -p /run/user/$(id -u) -d) >>$ chmod og-rwx $GNUPGHOME; echo $GNUPG

Re: Encrypt to a key without importing it to keyring

2017-11-23 Thread Seby
Hello, Thanks a lot for the reply. NIIBE Yutaka <gni...@fsij.org> wrote: > Seby <seby2k...@gmail.com> wrote: >> Basically use gnupg without a keyring or trustdb. And the pass the armored >> pgp public key with each command and operation. > > AFAIK, such

Encrypt to a key without importing it to keyring

2017-11-22 Thread Seby
Hello, Is there any possibility i could encrypt some text to a public key but without importing it to my keyring? Passing it to gnupg via command line or something (i do know and accept that if i want to encrypt multiple messages or files to the same key i will have to provide it every time) .

Re: Encrypt to a key without importing it to keyring

2017-11-22 Thread Seby
. On Nov 22, 2017 12:16, "Seby" <seby2k...@gmail.com> wrote: > Hello, > > Is there any possibility i could encrypt some text to a public key but > without importing it to my keyring? Passing it to gnupg via command line or > something (i do know and accept that if i wa

Re: Cannot control GnuPG from shell (IPC parameter error)

2017-11-05 Thread Seby
Hello, "NIIBE Yutaka" <gni...@fsij.org> wrote: Seby <seby2k...@gmail.com> wrote: > I am running 2.3.0-beta82. I tried to search for this error and I > could only find clues that lead to gpg-agent, but # gpg-agent --help > doesn't allow me to disable it. What is

Re: Cannot control GnuPG from shell (IPC parameter error)

2017-11-05 Thread Seby
bares the fault. Thank you. Seby <seby2k...@gmail.com> wrote: > Hello, > > "NIIBE Yutaka" <gni...@fsij.org> wrote: > > Seby <seby2k...@gmail.com> wrote: >> I am running 2.3.0-beta82. I tried to search for this error and I >> could only fi

Cannot control GnuPG from shell (IPC parameter error)

2017-11-04 Thread Seby
Hello, I have a script that interacts with GnuPG in an automated / unattended way, but it cannot control the keyring. I keep getting this: gpg: key generation failed: IPC parameter error I am running 2.3.0-beta82. I tried to search for this error and I could only find clues that lead to

Re: New smart card / token alternative

2017-11-06 Thread Seby
Hello, "Tim Steiner" wrote: We have been working on a project to build a direct interface for PGP/GPG usage using U2F for web apps and browser extensions. This is similar to existing smart cards and tokens but no software install is required. We set out to solve this problem