Without any information about why you would want to install anything on a user's machine, it's a bit difficult to answer your question. In fact, it's not really clear what your question actually is.
There are many different ways to verify a user's identity. The best one depends on the scenario it is being used in. I think Joost was asking what scenario you need this script for. You had already explained what you needed the script to do. I can think of two possible scenarios:

(1) Verifying return users who registered online.
Since there are already thousands of websites (including this one) that require users to register and later verfiy their identity, just look around the web and model your system after existing ones. I can't think of any website that requires me to download and install a program that will verify my identity at a later time, and I definitely wouldn't register at a website that had such a requirement. You can make a very secure username/password system.

(2) Creating scripts on your company's website that are supposed to only be accessed by company computers.
This would be the only case where I'd find a program on the user's computer appropriate and even then I don't see why a username/password would not be sufficient. There would be no reason to create the program using Java. The program could be created using Perl, and if you needed to create an executable, just use PAR and pp.

Since business computers are usually in an intranet, you probably wouldn't need to worry about the users having to install the program themselves. Just talk with your sysadmin and have him deploy the program to all the needed computers.

In reply to Re^3: interaction or verify with users pc by goober99
in thread interaction or verify with users pc by Evilzz

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.