Re: Getting started at cryptography. Need directions.

2009-09-18 Thread Kyle Hamilton
OpenSSL provides a toolkit which implements a well-reviewed, cryptographically secure protocol called SSL (and now TLS). For an OpenWRT router, the size of the default compile may be too large to fit into RAM. You can build it without a lot of the optional ciphers, if you know your environment an

Getting started at cryptography. Need directions.

2009-09-18 Thread Fábio Ricci
Hi all! I don't know nothing about cryptography using sockets. I need to do an application written in C that is a client/server that receives and responds commands. The data must be cryptographed as it will travell in a wireless network. I plan to do this client/server to be used inside an openwr