Re: [CentOS] Using gpg to encrypt a URL line on CentOS 6 additional information

2015-07-12 Thread Gordon Messmer
On 07/11/2015 03:54 AM, Jerry Geis wrote: I use an apache interface to my application, the URL line has parameters line mscript?value=2something=4 etc.. Maybe don't give the client information that you don't want them to see. Send them a session ID, and store your private information in a

Re: [CentOS] Using gpg to encrypt a URL line on CentOS 6 additional information

2015-07-11 Thread Jerry Geis
+1. also, it'd probably be good to state what you're trying to accomplish rather than if you can throw a technology at vague something or another. I think you'd find gpg's password input cumbersome for symmetric keys, the output too long in ascii armor and possibly annoying to deal with

Re: [CentOS] Using gpg to encrypt a URL line on CentOS 6 additional information

2015-07-11 Thread Liam O'Toole
On 2015-07-11, Jerry Geis ge...@pagestation.com wrote: +1. also, it'd probably be good to state what you're trying to accomplish rather than if you can throw a technology at vague something or another. I think you'd find gpg's password input cumbersome for symmetric keys, the output too long

[CentOS] Using gpg to encrypt a URL line on CentOS 6.

2015-07-10 Thread Jerry Geis
Is there a way to use GPG to encrypt a URL line with parameters ? I was looking at libmcrypt also but it is not part of CentOS. I have found examples for mcrypt but not for gpg. Thoughts? Thanks. jerry ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Using gpg to encrypt a URL line on CentOS 6.

2015-07-10 Thread Frank Cox
On Fri, 10 Jul 2015 22:53:28 -0400 Jerry Geis wrote: Is there a way to use GPG to encrypt a URL line with parameters ? You can encrypt any text file with gpg, and the contents of text file can be anything you want. I don't think you have stated your problem in sufficient detail. --

Re: [CentOS] Using gpg to encrypt a URL line on CentOS 6.

2015-07-10 Thread zep
On 07/10/2015 11:36 PM, Frank Cox wrote: On Fri, 10 Jul 2015 22:53:28 -0400 Jerry Geis wrote: Is there a way to use GPG to encrypt a URL line with parameters ? You can encrypt any text file with gpg, and the contents of text file can be anything you want. I don't think you have stated