You could try something like this: xclip -o | gpg --encrypt --armor | xclip -selection clipboard
That should encrypt the clipboard for you, and if you put it in a script to be executed without a console I'm pretty sure that gpgagent will prompt you for the password :) You might need some additional arguments to the gpg command line tho, but it's a starting point. - Chris -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
