Re: mute output of gpg2 -d

2018-07-14 Thread Werner Koch
On Fri, 13 Jul 2018 20:27, heavyt...@hotmail.com said: > [user@linuxbox ~]$ gpg2 -d .my_pwds.gpg 2>/dev/null > > You need a passphrase to unlock the secret key for That output goes directly to the tty. Without a pinentry you will need to enter the passphrase also directly via the tyy (because

Re: mute output of gpg2 -d

2018-07-14 Thread J. Tull
On +0200, Werner Koch wrote: > On Fri, 13 Jul 2018 20:27, heavyt...@hotmail.com said: > > > [user@linuxbox ~]$ gpg2 -d .my_pwds.gpg 2>/dev/null > > > > You need a passphrase to unlock the secret key for > > That output goes directly to the tty. Without a pinentry you will need > to enter the

Using gnupg to crypt credentials used by application to access a database server

2018-07-14 Thread Matthias Apitz
Hello, We have large application servers (written in C and C++), but also Perl and Java applications which all contact a Sybase database server over the network to do its work. They have to present a USER and a PASSWORD information to connect to the Sybase ASE listening on some port. As the USER