Greetings all<br><br>I find myself in need of making a little 3 page app that will run scripts, and my first thought was Camping!<br><br>looking at the blog.rb example, I see a very nice example of authentication, but the username/password is transmitted in clear text form<br>
<br>My question then is, Is there an easy way of "encrypting" that information?<br><br>If not, will I have to go the https way with apache, or is there a ruby http server that can do that?<br><br>