First, are you you using perl anywhere? VB is slightly OT for perlmonks... ;-)

I'm no cryptologist, but XOR IIRC is not secure (as you mentioned). I doubt that VB out of the box has modules to do real en|decryption. Is it a possibility for your client to purchase a third-party extension that can do "real" encryption? I'm making the assumption that they do exist.

FTP is not secure in that the username & password are sent in cleartext when making the connection. Some other options are tunneling the communications channel (FTP uses 2 channels - 1 for the communications between the two machines and another for transfering the actual data) over SSH. I've used this method successfully. Another option is scp or rsync. I know there are Win32 binaries for rsync, but I'm not sure about scp. Both of these programs can communicate over SSH, so they are as secure as your SSH setup. HTH.

Updated: Just wanted to yank your chain about the perl talexb. :-)


In reply to Re: How secure is XOR encryption? by drewbie
in thread How secure is XOR encryption? by talexb

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.