Re: send encrypted data to remote server

2009-09-09 Thread skar karthikeyan
On Wed, Sep 9, 2009 at 6:43 PM, Scott Gifford sgiff...@suspectclass.comwrote: skar skar.karthike...@gmail.com writes: [...] You may want to consider using PGP for this, it sounds like your scenario is exactly what it was designed for. Each client would generate its own private and public

Re: send encrypted data to remote server

2009-09-09 Thread skar karthikeyan
On Wed, Sep 9, 2009 at 8:54 PM, David Schwartz dav...@webmaster.com wrote: I suggest you find someone familiar with encryption and have a dialogue with them until a solution emerges. It's just going to take ridiculously long going back and forth this way because you don't seem to have any

Re: send encrypted data to remote server

2009-09-09 Thread skar karthikeyan
As others have posted, this sounds like a job for PGP (or gnu's version of it). It is included with, or available for; nearly every *nix ever shipped plus many other operating systems, including some proprietary systems. For instance, the file manager GUI in many Linux distributions will

send encrypted data to remote server

2009-09-08 Thread skar karthikeyan
Hi, I want to send data from my machine to another one and the remote machine should be able to decrypt and make sense of the data only if it has the correct credentials, like a key file. I'm a new to openssl and public key systems. From what I understand from the docs, I should be able to