encrypt data, not file, in one line?

C. D. Rok cedar at 3web.net
Sat Jun 11 15:51:59 CEST 2005


slashlars wrote:

> Problem: I don't want to write temporary plaintext files. 

Whatever you are doing, you should take into account one simple
fact: if you write data in one program to later on read it in
the next one, *you* have (some) control over what and where
remains on that disk. If you "pipe" data from one program into
another using the shell, *the system* writes pieces of "pipe"
on the disk, and you have little or no control over what and
where will be left on that disk.
cdrok




More information about the Gnupg-users mailing list