[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: OT: how do i encrypt data within my code?



I would use OpenSSL: http://www.openssl.org

For an even easier fix, use Stunnel which is a SSL Tunnel:
http://mike.daewoo.com.pl/computer/stunnel/

--
Aaron Turner, Core Developer       http://vodka.linuxkb.org/~aturner/
Linux Knowledge Base Organization  http://linuxkb.org/
Because world domination requires quality open documentation.
On Fri, 15 Oct 1999, Nitesh Dhanjani wrote:

> 
> Hi,
> 
> Im writing a server program which listens on a port for clients to connect
> to, and executes a certain program when requested by the client. The data
> being passed around itself is not sensitive. However, someone could sniff
> the client request, and replicate it, and so could connect to the server
> and issue a similar request. I could have a password authentication scheme
> but do not want to pass it around in plaintext. Are there libaries
> available which I could use that might provide a solution?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]