Hi monks,

I'm looking for a solution to transmit data as safely as possible over the internet - i.e. from my website server to anybody who accesses a 'members only' type area of my website.

From reading around on here it seems that without access to an https:// type server there is no way to prevent access to the data that you send over the net. (Please correct me if I'm wrong!)

Therefore, as far as I can tell, the only solution is to encrypt the data before sending it from the server and also encrypt the data at the client side before submitting any of it back to the server.

I'm very new to Perl (just finished taming the Llama, attempting to ride the Camel now) but I think I can easily enough write the server-side of such an encryption system. (I was thinking of using Crypt::OpenPGP) However I'm drawing a blank at the client side. I get the impression that anyone who lets me run client side perl from the web is either extremely trusting or stupid and so this doesn't seem a valid solution. Can anyone suggest to me how to accomplish the client side encryption of data before sending it on the web? Or at least point me in the right direction?

Many thanks!
Neil

In reply to Safely Transferring Information on the Internet by Nemp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.