lua-users home
lua-l archive

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


On 7 Mar 2014, at 11:50, Paco Willers <paco.willers@gmail.com> wrote:

> My challenge is this. Connections to my application are in plain-text. Is it possible to use encrypted connections for security, using widely spread clients like PuTTY and the 'ssh' command? I'm not aiming to create my own specific client application.

There are a whole host of freely available MUD clients that support SSL. Write you application as a MUD, and let the user choose the client.

Thanks,
Kevin